2008-10-23 17:17:35 +00:00
|
|
|
# Template file for 'diffutils'
|
|
|
|
pkgname=diffutils
|
2013-03-27 07:04:10 +00:00
|
|
|
version=3.3
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-10-23 17:17:35 +00:00
|
|
|
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"
|
2013-02-01 10:06:00 +00:00
|
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2013-03-27 07:04:10 +00:00
|
|
|
checksum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
|
2008-10-23 17:17:35 +00:00
|
|
|
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."
|
2013-04-12 07:46:44 +00:00
|
|
|
|
|
|
|
diffutils_package() {
|
|
|
|
conflicts="chroot-diffutils>=0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|