]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - sed/sed.nm
sed: Update to 4.7
[people/pmueller/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
502b100e
SS
7version = 4.7
8release = 1
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/
502b100e 24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
802ea3af 27 configure_options += \
f23fe4ed 28 --without-included-regex
166a6c21 29
802ea3af 30 test
502b100e
SS
31 # Disable broken tests.
32 sed \
33 -e 's|testsuite/inplace-selinux.sh||g' \
34 -e 's|testsuite/panic-tests.sh||g' \
35 -i Makefile
36
802ea3af
MT
37 make check
38 end
39end
019de835 40
802ea3af
MT
41packages
42 package %{name}
124c2dc3 43 groups += Base Build
f23fe4ed
MT
44
45 provides
46 /bin/sed
47 end
48
49 conflicts
50 filesystem < 002
51 end
802ea3af 52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end