]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gawk/gawk.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / gawk / gawk.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gawk
7 version = 4.1.0
8 release = 1
9
10 groups = System/Tools
11 url = http://www.gnu.org/software/gawk/gawk.html
12 license = GPLv3+
13 summary = The GNU version of the awk text processing utility.
14
15 description
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.
19 end
20
21 # Needed for testsuite.
22 source_dl = http://ftp.gnu.org/gnu/gawk/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 mpfr-devel
28 util-linux
29 end
30
31 configure_options += \
32 --with-libsigsegv-prefix=no
33
34 test
35 make check diffout
36 end
37
38 install_cmds
39 ln -svf gawk %{BUILDROOT}/usr/bin/awk
40
41 # Remove versioned binary.
42 rm -rfv %{BUILDROOT}%{bindir}/{,p}gawk-*
43 end
44 end
45
46 packages
47 package %{name}
48 groups += Base Build
49
50 provides
51 /bin/awk
52 /bin/gawk
53 end
54
55 conflicts
56 filesystem < 002
57 end
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end