]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - diffutils/diffutils.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / diffutils / diffutils.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = diffutils
6b38ee9a 7version = 3.2
802ea3af 8release = 1
166a6c21 9
802ea3af
MT
10groups = Base Build Development/Tools
11url = http://www.gnu.org/software/diffutils/diffutils.html
12license = GPLv2+
13summary = A GNU collection of diff utilities.
166a6c21 14
802ea3af 15description
166a6c21
MT
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.
802ea3af
MT
20end
21
6b38ee9a 22source_dl = http://ftp.gnu.org/gnu/diffutils/
166a6c21 23
802ea3af
MT
24build
25 configure_options += \
26 --mandir=/usr/share
166a6c21 27
802ea3af
MT
28 #test
29 # make check
30 #end
31end
5e58f1f5 32
802ea3af
MT
33packages
34 package %{name}
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end