chroot-tar: update to 1.27.1.
This commit is contained in:
parent
d55ec7b0b0
commit
43d1adcc51
1 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Template build file for 'chroot-tar'.
|
# Template build file for 'chroot-tar'.
|
||||||
pkgname=chroot-tar
|
pkgname=chroot-tar
|
||||||
version=1.27
|
version=1.27.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="tar-${version}"
|
wrksrc="tar-${version}"
|
||||||
|
bootstrap=yes
|
||||||
|
conflicts="tar>=0"
|
||||||
|
provides="tar-${version}_${revision}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-acl"
|
configure_args="--disable-acl"
|
||||||
homepage="http://www.gnu.org/software/tar/"
|
homepage="http://www.gnu.org/software/tar/"
|
||||||
|
@ -10,12 +13,11 @@ license="GPL-3"
|
||||||
short_desc="The GNU tape archiver -- for xbps-src use"
|
short_desc="The GNU tape archiver -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
|
||||||
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
|
checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
conflicts="tar>=0"
|
|
||||||
provides="tar-${version}_${revision}"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
||||||
|
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
||||||
|
rm -f ${DESTDIR}/usr/lib/charset.alias
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue