1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = Development/Tools
11 url = http://www.gnu.org/software/diffutils/diffutils.html
13 summary = A GNU collection of diff utilities.
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.
22 source_dl = http://ftp.gnu.org/gnu/diffutils/
23 sources = %{thisapp}.tar.xz
31 # Disable gnulib test suite which does not work on
33 sed -e "s/gnulib-tests//" -i Makefile.{am,in}
46 package %{name}-debuginfo