]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - sed/sed.nm
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/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 = 3
9
10 groups = 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 --without-included-regex
32
33 test
34 make check
35 end
36 end
37
38 packages
39 package %{name}
40 groups += Base Build
41
42 provides
43 /bin/sed
44 end
45
46 conflicts
47 filesystem < 002
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end