############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = diffutils version = 3.8 release = 1 groups = Development/Tools url = https://www.gnu.org/software/diffutils/diffutils.html license = GPLv2+ summary = A GNU collection of diff utilities. description Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff compares two files and shows the differences, line by line. The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. end source_dl = https://ftp.gnu.org/gnu/diffutils/ sources = %{thisapp}.tar.xz build requires perl end test make check || : end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end