void-packages/srcpkgs/tar/template
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00

21 lines
808 B
Plaintext

# Template build file for 'tar'.
pkgname=tar
version=1.26
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
bootstrap=yes
Add_dependency run glibc
Add_dependency run bzip2
Add_dependency full gzip
Add_dependency build bzip2-devel