]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - diffutils/diffutils.nm
Add a -debuginfo for every package that is not noarch.
[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 = 1
9
10 groups = Base Build 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 configure_options += \
26 --mandir=/usr/share
27
28 #test
29 # make check
30 #end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end