]> git.ipfire.org Git - ipfire-3.x.git/blob - diffutils/diffutils.nm
systemd: Link against whatever systemd supports
[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.8
8 release = 1
9
10 groups = Development/Tools
11 url = https://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 = https://ftp.gnu.org/gnu/diffutils/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 perl
28 end
29
30 test
31 make check || :
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end