2012-02-28 09:10:30 +00:00
|
|
|
# Template file for 'chroot-patch'
|
|
|
|
pkgname=chroot-patch
|
|
|
|
version=2.6.1
|
|
|
|
wrksrc="patch-${version}"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
|
|
|
build_style=gnu-configure
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-02-28 09:10:30 +00:00
|
|
|
short_desc="Patch files using diff output -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
|
|
|
|
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 package is only meant to be used by xbps-src, don't install it manually."
|
|
|
|
|
|
|
|
bootstrap=yes
|
|
|
|
conflicts="patch>=0"
|
2012-02-28 18:10:35 +00:00
|
|
|
provides="patch-${version}"
|
2012-02-28 09:10:30 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share
|
|
|
|
}
|