{chroot-,}tar: update to 1.27.
This commit is contained in:
parent
31b84f4e75
commit
7924a65698
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'chroot-tar'.
|
||||
pkgname=chroot-tar
|
||||
version=1.26
|
||||
version=1.27
|
||||
revision=1
|
||||
wrksrc="tar-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -8,23 +8,19 @@ 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.bz2"
|
||||
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
|
||||
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
|
||||
|
||||
bootstrap=yes
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e '/gets is a/d' gnu/stdio.in.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
||||
}
|
||||
|
||||
chroot-tar_package() {
|
||||
conflicts="tar>=0"
|
||||
provides="tar-${version}"
|
||||
provides="tar-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,18 @@
|
|||
# Template build file for 'tar'.
|
||||
pkgname=tar
|
||||
version=1.26
|
||||
revision=3
|
||||
version=1.27
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="The GNU tape archiver with remote magnetic tape support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/tar/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
||||
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e '/gets is a/d' gnu/stdio.in.h
|
||||
}
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz"
|
||||
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
|
||||
|
||||
tar_package() {
|
||||
conflicts="chroot-tar>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue