]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - diffutils/diffutils.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / diffutils / diffutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = diffutils
7 version = 3.3
8 release = 3
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/diffutils/diffutils.html
12 license = GPLv2+
13 summary = A GNU collection of diff utilities.
14
15 description
16 Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff \
17 compares two files and shows the differences, line by line. The cmp \
18 command shows the offset and line numbers where two files differ, or \
19 cmp can show the characters that differ between the two files.
20 end
21
22 source_dl = http://ftp.gnu.org/gnu/diffutils/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 perl
28 end
29
30 prepare_cmds
31 # Disable gnulib test suite which does not work on
32 # grsecurity kernels
33 sed -e "s/gnulib-tests//" -i Makefile.{am,in}
34 end
35
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43 groups += Base Build
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end