]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gawk/gawk.nm
systemd: Fix conflict with nss-myhostname.
[people/ms/ipfire-3.x.git] / gawk / gawk.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 = gawk
39c41124 7version = 4.0.1
be90e5a5 8release = 2
166a6c21 9
bb4ba598 10groups = System/Tools
802ea3af
MT
11url = http://www.gnu.org/software/gawk/gawk.html
12license = GPLv3+
13summary = The GNU version of the awk text processing utility.
04c03d11 14
802ea3af 15description
166a6c21
MT
16 The gawk package contains the GNU version of awk, a text processing \
17 utility. Awk interprets a special-purpose programming language to do \
18 quick and easy text pattern matching and reformatting jobs.
802ea3af 19end
166a6c21 20
802ea3af 21# Needed for testsuite.
39c41124 22source_dl = http://ftp.gnu.org/gnu/gawk/
802ea3af
MT
23sources = %{thisapp}.tar.xz
24
25build
26 requires
27 util-linux
28 end
29
30 configure_options += \
802ea3af
MT
31 --with-libsigsegv-prefix=no
32
33 test
34 make check diffout
35 end
36
37 install_cmds
be90e5a5 38 ln -svf gawk %{BUILDROOT}/usr/bin/awk
802ea3af
MT
39
40 # Remove versioned binary.
be90e5a5 41 rm -rfv %{BUILDROOT}%{bindir}/{,p}gawk-*
802ea3af
MT
42 end
43end
44
45packages
46 package %{name}
bb4ba598 47 groups += Base Build
be90e5a5
MT
48
49 provides
50 /bin/awk
51 /bin/gawk
52 end
53
54 conflicts
55 filesystem < 002
56 end
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end