]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - sed/sed.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / sed / sed.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = sed
7 version = 4.2.1
8 release = 1
9
10 groups = Base Build Applications/Text
11 url = http://sed.sourceforge.net/
12 license = GPLv2+
13 summary = A GNU stream text editor.
14
15 description
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.
21 end
22
23 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25 build
26 requires
27 libselinux-devel
28 end
29
30 configure_options += \
31 --bindir=/bin \
32 --without-included-regex \
33 --mandir=/usr/share/man
34
35 test
36 make check
37 end
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end