]> git.ipfire.org Git - ipfire-3.x.git/blame - diffutils/diffutils.nm
keyutils: Update to version 1.6.3
[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
a69385d3
MT
7version = 3.8
8release = 1
166a6c21 9
4f90b599 10groups = Development/Tools
a69385d3 11url = https://www.gnu.org/software/diffutils/diffutils.html
802ea3af
MT
12license = GPLv2+
13summary = A GNU collection of diff utilities.
166a6c21 14
802ea3af 15description
a69385d3
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
166a6c21 19 cmp can show the characters that differ between the two files.
802ea3af
MT
20end
21
a69385d3 22source_dl = https://ftp.gnu.org/gnu/diffutils/
b922df3a 23sources = %{thisapp}.tar.xz
166a6c21 24
802ea3af 25build
82d1bf90
MT
26 requires
27 perl
28 end
29
f2ed7b80 30 test
a69385d3 31 make check || :
f2ed7b80 32 end
802ea3af 33end
5e58f1f5 34
802ea3af
MT
35packages
36 package %{name}
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end