From 71b9a79168cd65f596b4bf5880c478f07e012743 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Oct 2008 09:26:36 +0200 Subject: [PATCH] Added gtar-1.20 template (aka GNU tar). --HG-- extra : convert_revision : 058a62a9f915a9520528d8ebcb345360e84ee3e3 --- templates/gtar.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 templates/gtar.tmpl diff --git a/templates/gtar.tmpl b/templates/gtar.tmpl new file mode 100755 index 00000000000..8b11b17b526 --- /dev/null +++ b/templates/gtar.tmpl @@ -0,0 +1,17 @@ +# 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 " +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."