void-packages/templates/gtar.tmpl
Juan RP 71b9a79168 Added gtar-1.20 template (aka GNU tar).
--HG--
extra : convert_revision : 058a62a9f915a9520528d8ebcb345360e84ee3e3
2008-10-14 09:26:36 +02:00

18 lines
744 B
Cheetah
Executable file

# Template build file for 'gtar'.
pkgname=gtar
version=1.20
wrksrc="tar-$version"
distfiles="http://ftp.gnu.org/gnu/tar/tar-$version@.tar.bz2"
build_style=gnu_configure
configure_args="--program-prefix=g"
ignore_files="charset.alias"
short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=cb5a708e847489e5370b83a433f3e847ce359e56
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."