From e8a988e03c1377d6cb90c965e9dc76c67b05d6e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 11:08:29 +0100 Subject: [PATCH] New package: chroot-tar-1.26. --- srcpkgs/chroot-tar/chroot-tar.rshlibs | 2 ++ srcpkgs/chroot-tar/template | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 srcpkgs/chroot-tar/chroot-tar.rshlibs create mode 100644 srcpkgs/chroot-tar/template diff --git a/srcpkgs/chroot-tar/chroot-tar.rshlibs b/srcpkgs/chroot-tar/chroot-tar.rshlibs new file mode 100644 index 00000000000..61cc9c6aaf0 --- /dev/null +++ b/srcpkgs/chroot-tar/chroot-tar.rshlibs @@ -0,0 +1,2 @@ +libc.so.6 +librt.so.1 diff --git a/srcpkgs/chroot-tar/template b/srcpkgs/chroot-tar/template new file mode 100644 index 00000000000..98919a7d9d4 --- /dev/null +++ b/srcpkgs/chroot-tar/template @@ -0,0 +1,24 @@ +# Template build file for 'chroot-tar'. +pkgname=chroot-tar +version=1.26 +wrksrc="tar-${version}" +distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.bz2" +build_style=gnu-configure +short_desc="The GNU tape archiver -- for xbps-src use" +maintainer="Juan RP " +checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 +long_desc=" + GNU tar, originally shipped as NetBSD's tar up to version 1.3, is a + full-featured tar command that can access remote and local magnetic tapes, + tar files (ustar, POSIX, and V7), and even compressed or gzipped versions + of these. Note that as of the current version of GNU tar (1.12), gtar + does not create correct ustar archives. + + This package is only meant to be used by xbps-src, don't install it manually." + +bootstrap=yes +conflicts="tar>=0" + +post_install() { + rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec +}