]> git.ipfire.org Git - ipfire-3.x.git/blame - sed/sed.nm
kernel: Enable /dev/mem
[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 6name = sed
188aa825 7version = 4.2.2
10ae0bfa 8release = 2
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
188aa825
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
166a6c21 20 specified in a script file or from the command line.
802ea3af
MT
21end
22
188aa825 23source_dl = ftp://ftp.gnu.org/gnu/sed/
802ea3af
MT
24
25build
802ea3af 26 configure_options += \
f23fe4ed 27 --without-included-regex
166a6c21 28
802ea3af
MT
29 test
30 make check
31 end
32end
019de835 33
802ea3af
MT
34packages
35 package %{name}
124c2dc3 36 groups += Base Build
f23fe4ed
MT
37
38 provides
39 /bin/sed
40 end
41
42 conflicts
43 filesystem < 002
44 end
802ea3af 45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end