void-packages/srcpkgs/chroot-tar/template

28 lines
657 B
Plaintext
Raw Normal View History

2012-02-28 11:08:29 +01:00
# Template build file for 'chroot-tar'.
pkgname=chroot-tar
2013-10-06 08:09:02 +02:00
version=1.27
revision=2
2012-02-28 11:08:29 +01: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 11:08:29 +01:00
short_desc="The GNU tape archiver -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-10-06 08:09:02 +02:00
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
2012-02-28 11:08:29 +01:00
bootstrap=yes
post_install() {
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
}
chroot-tar_package() {
conflicts="tar>=0"
2013-10-06 08:09:02 +02:00
provides="tar-${version}_${revision}"
pkg_install() {
2013-10-06 08:09:02 +02:00
vmove all
}
}