]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - diffutils/diffutils.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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 = 4
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 test
26 make check
27 end
28 end
29
30 packages
31 package %{name}
32 groups += Base Build
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end