27 lines
657 B
Text
27 lines
657 B
Text
# Template build file for 'chroot-tar'.
|
|
pkgname=chroot-tar
|
|
version=1.27
|
|
revision=2
|
|
wrksrc="tar-${version}"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-acl"
|
|
homepage="http://www.gnu.org/software/tar/"
|
|
license="GPL-3"
|
|
short_desc="The GNU tape archiver -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
|
|
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
|
|
|
|
bootstrap=yes
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
|
}
|
|
|
|
chroot-tar_package() {
|
|
conflicts="tar>=0"
|
|
provides="tar-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|