void-packages/srcpkgs/chroot-tar/template

22 lines
597 B
Text
Raw Normal View History

2012-02-28 10:08:29 +00:00
# Template build file for 'chroot-tar'.
pkgname=chroot-tar
2013-10-06 06:09:02 +00:00
version=1.27
revision=2
2012-02-28 10:08:29 +00:00
wrksrc="tar-${version}"
build_style=gnu-configure
configure_args="--disable-acl"
homepage="http://www.gnu.org/software/tar/"
license="GPL-3"
2012-02-28 10:08:29 +00:00
short_desc="The GNU tape archiver -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-10-06 06:09:02 +00:00
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
2012-02-28 10:08:29 +00:00
bootstrap=yes
conflicts="tar>=0"
provides="tar-${version}_${revision}"
2012-02-28 10:08:29 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
}