]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - sed/sed.nm
Merge remote-tracking branch 'arne_f/automake'
[people/arne_f/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
f23fe4ed 8release = 3
166a6c21 9
124c2dc3 10groups = Applications/Text
802ea3af
MT
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 30 configure_options += \
f23fe4ed 31 --without-included-regex
166a6c21 32
802ea3af
MT
33 test
34 make check
35 end
36end
019de835 37
802ea3af
MT
38packages
39 package %{name}
124c2dc3 40 groups += Base Build
f23fe4ed
MT
41
42 provides
43 /bin/sed
44 end
45
46 conflicts
47 filesystem < 002
48 end
802ea3af 49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end