]>
Commit | Line | Data |
---|---|---|
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 | 6 | name = diffutils |
b922df3a | 7 | version = 3.3 |
77c89414 | 8 | release = 3 |
166a6c21 | 9 | |
4f90b599 | 10 | groups = Development/Tools |
802ea3af MT |
11 | url = http://www.gnu.org/software/diffutils/diffutils.html |
12 | license = GPLv2+ | |
13 | summary = A GNU collection of diff utilities. | |
166a6c21 | 14 | |
802ea3af | 15 | description |
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 |
20 | end |
21 | ||
6b38ee9a | 22 | source_dl = http://ftp.gnu.org/gnu/diffutils/ |
b922df3a | 23 | sources = %{thisapp}.tar.xz |
166a6c21 | 24 | |
802ea3af | 25 | build |
82d1bf90 MT |
26 | requires |
27 | perl | |
28 | end | |
29 | ||
77c89414 MT |
30 | prepare_cmds |
31 | # Disable gnulib test suite which does not work on | |
32 | # grsecurity kernels | |
33 | sed -e "s/gnulib-tests//" -i Makefile.{am,in} | |
34 | end | |
35 | ||
f2ed7b80 MT |
36 | test |
37 | make check | |
38 | end | |
802ea3af | 39 | end |
5e58f1f5 | 40 | |
802ea3af MT |
41 | packages |
42 | package %{name} | |
4f90b599 MT |
43 | groups += Base Build |
44 | end | |
1f9bc2f0 MT |
45 | |
46 | package %{name}-debuginfo | |
47 | template DEBUGINFO | |
48 | end | |
802ea3af | 49 | end |