void-packages/srcpkgs/diffutils/template

22 lines
748 B
Text
Raw Normal View History

# Template file for 'diffutils'
pkgname=diffutils
2012-01-11 18:26:46 +00:00
version=3.2
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="The GNU diff utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-12 07:07:37 +00:00
homepage="http://www.gnu.org/software/diffutils"
license="GPL-3"
2012-01-11 18:26:46 +00:00
checksum=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149
long_desc="
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
features are a superset of the Unix features and they are significantly
faster. Cmp has been moved into this package from the GNU textutils package.
These programs are usually used for creating patch files."
bootstrap=yes
2011-04-12 07:23:20 +00:00
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
fi