2012-02-28 10:08:29 +00:00
|
|
|
# Template build file for 'chroot-tar'.
|
|
|
|
pkgname=chroot-tar
|
2014-01-14 09:47:15 +00:00
|
|
|
version=1.27.1
|
2014-03-17 10:41:50 +00:00
|
|
|
revision=2
|
2012-02-28 10:08:29 +00:00
|
|
|
wrksrc="tar-${version}"
|
2014-01-14 09:47:15 +00:00
|
|
|
bootstrap=yes
|
|
|
|
conflicts="tar>=0"
|
|
|
|
provides="tar-${version}_${revision}"
|
2012-02-28 10:08:29 +00:00
|
|
|
build_style=gnu-configure
|
2013-10-18 08:48:23 +00:00
|
|
|
configure_args="--disable-acl"
|
2013-02-05 00:26:31 +00:00
|
|
|
homepage="http://www.gnu.org/software/tar/"
|
|
|
|
license="GPL-3"
|
2012-02-28 10:08:29 +00:00
|
|
|
short_desc="The GNU tape archiver -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-10-06 06:09:02 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
|
2014-01-14 09:47:15 +00:00
|
|
|
checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
|
2012-02-28 10:08:29 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
2014-01-14 09:47:15 +00:00
|
|
|
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
|
|
|
rm -f ${DESTDIR}/usr/lib/charset.alias
|
|
|
|
fi
|
2012-02-28 10:08:29 +00:00
|
|
|
}
|