void-packages/srcpkgs/chroot-patch/template
2012-09-29 10:13:36 +02:00

25 lines
747 B
Plaintext

# Template file for 'chroot-patch'
pkgname=chroot-patch
version=2.7.1
revision=1
wrksrc="patch-${version}"
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
build_style=gnu-configure
short_desc="Patch files using diff output -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
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"
provides="patch-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share
}