{chroot-,}tar: update to 1.27.

This commit is contained in:
Juan RP 2013-10-06 08:09:02 +02:00
parent 31b84f4e75
commit 7924a65698
2 changed files with 10 additions and 18 deletions

View file

@ -1,6 +1,6 @@
# Template build file for 'chroot-tar'. # Template build file for 'chroot-tar'.
pkgname=chroot-tar pkgname=chroot-tar
version=1.26 version=1.27
revision=1 revision=1
wrksrc="tar-${version}" wrksrc="tar-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -8,23 +8,19 @@ homepage="http://www.gnu.org/software/tar/"
license="GPL-3" 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.bz2" distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
bootstrap=yes bootstrap=yes
pre_configure() {
sed -i -e '/gets is a/d' gnu/stdio.in.h
}
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
} }
chroot-tar_package() { chroot-tar_package() {
conflicts="tar>=0" conflicts="tar>=0"
provides="tar-${version}" provides="tar-${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }

View file

@ -1,22 +1,18 @@
# Template build file for 'tar'. # Template build file for 'tar'.
pkgname=tar pkgname=tar
version=1.26 version=1.27
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="The GNU tape archiver with remote magnetic tape support" short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/tar/" homepage="http://www.gnu.org/software/tar/"
license="GPL-3" license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz"
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
pre_configure() {
sed -i -e '/gets is a/d' gnu/stdio.in.h
}
tar_package() { tar_package() {
conflicts="chroot-tar>=0" conflicts="chroot-tar>=0"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }