2008-10-24 03:33:27 +02:00
|
|
|
# Template file for 'patch'
|
|
|
|
pkgname=patch
|
2009-02-19 02:03:56 +01:00
|
|
|
version=2.5.9
|
|
|
|
distfiles="ftp://alpha.gnu.org/gnu/diffutils/patch-$version.tar.gz"
|
2008-10-24 03:33:27 +02:00
|
|
|
build_style=gnu_configure
|
2009-03-18 10:02:43 +01:00
|
|
|
make_install_args="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
|
|
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man"
|
2008-10-24 03:33:27 +02:00
|
|
|
short_desc="Patch files using diff output"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-19 02:03:56 +01:00
|
|
|
checksum=ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a
|
2008-10-24 03:33:27 +02:00
|
|
|
long_desc="
|
|
|
|
'patch' takes a patch file containing a difference listing
|
|
|
|
produced by diff and applies those differences to one or
|
|
|
|
more original files, producing patched versions.
|
|
|
|
|
|
|
|
This is the GPL version from the Free Software Foundation."
|
2008-10-27 07:42:40 +01:00
|
|
|
|
2009-02-22 05:57:13 +01:00
|
|
|
base_chroot=yes
|
|
|
|
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|