]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - diffutils/diffutils.nm
d6642819698bd1feea5d7779da3d3848ee950c6d
[people/ms/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.2
8 release = 5
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
24 build
25 requires
26 perl
27 end
28
29 test
30 make check
31 end
32 end
33
34 packages
35 package %{name}
36 groups += Base Build
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end