]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - diffutils/diffutils.nm
94d81d445188d72f748a466f08673ad9e2664edd
[people/amarx/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 = 2
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 test
31 make check
32 end
33 end
34
35 packages
36 package %{name}
37 groups += Base Build
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end