void-packages/srcpkgs/tar/template
Juan RP 261819204f tar: update to 1.23.
--HG--
extra : convert_revision : 38fb32caaa60bae8900bf8ff49f5d57181cda8a8
2010-03-25 11:06:07 +01:00

21 lines
810 B
Plaintext

# Template build file for 'tar'.
pkgname=tar
version=1.23
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=c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36
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."
base_chroot=yes
Add_dependency run glibc
Add_dependency run bzip2
Add_dependency full gzip
Add_dependency build bzip2-devel