]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - sed/sed.nm
sed: -debuginfo package should not be in Base or Build group.
[people/ms/ipfire-3.x.git] / sed / sed.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = sed
7version = 4.2.1
8release = 2
9
10groups = Applications/Text
11url = http://sed.sourceforge.net/
12license = GPLv2+
13summary = A GNU stream text editor.
14
15description
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.
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25build
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
38end
39
40packages
41 package %{name}
42 groups += Base Build
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48end