]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - sed/sed.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / sed / sed.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af
MT
6name = sed
7version = 4.2.1
8release = 1
166a6c21 9
802ea3af
MT
10groups = Base Build Applications/Text
11url = http://sed.sourceforge.net/
12license = GPLv2+
13summary = A GNU stream text editor.
166a6c21 14
802ea3af 15description
166a6c21
MT
16 The sed (Stream EDitor) editor is a stream or batch (non-interactive) \
17 editor. Sed takes text as input, performs an operation or set of \
18 operations on the text and outputs the modified text. The operations \
19 that sed performs (substitutions, deletions, insertions, etc.) can be \
20 specified in a script file or from the command line.
802ea3af
MT
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25build
26 requires
27 libselinux-devel
28 end
166a6c21 29
802ea3af
MT
30 configure_options += \
31 --bindir=/bin \
32 --without-included-regex \
33 --mandir=/usr/share/man
166a6c21 34
802ea3af
MT
35 test
36 make check
37 end
38end
019de835 39
802ea3af
MT
40packages
41 package %{name}
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end