chroot-tar: update to 1.27.1.

This commit is contained in:
Juan RP 2014-01-14 10:47:15 +01:00
parent d55ec7b0b0
commit 43d1adcc51
1 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,11 @@
# Template build file for 'chroot-tar'.
pkgname=chroot-tar
version=1.27
revision=2
version=1.27.1
revision=1
wrksrc="tar-${version}"
bootstrap=yes
conflicts="tar>=0"
provides="tar-${version}_${revision}"
build_style=gnu-configure
configure_args="--disable-acl"
homepage="http://www.gnu.org/software/tar/"
@ -10,12 +13,11 @@ 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
conflicts="tar>=0"
provides="tar-${version}_${revision}"
checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
post_install() {
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
rm -f ${DESTDIR}/usr/lib/charset.alias
fi
}