]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - sed/sed.nm
elfutils: Correctly configure debuginfod
[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
7e3ccb3d 7version = 4.9
502b100e 8release = 1
166a6c21 9
124c2dc3 10groups = Applications/Text
7e3ccb3d 11url = https://www.gnu.org/software/sed/
802ea3af 12license = GPLv2+
7e3ccb3d 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
7e3ccb3d 23source_dl = https://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
7e3ccb3d
MT
31 # Disable broken tests
32 sed -i Makefile \
33 -e 's|testsuite/panic-tests.sh||g'
502b100e 34
802ea3af
MT
35 make check
36 end
37end
019de835 38
802ea3af
MT
39packages
40 package %{name}
f23fe4ed
MT
41 provides
42 /bin/sed
43 end
44
45 conflicts
46 filesystem < 002
47 end
802ea3af 48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end