diff options
author | kim <kim@pkgsrc.org> | 1999-09-18 14:27:54 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-09-18 14:27:54 +0000 |
commit | 03120464645763b6b17eec193f55217ce8a2f2b0 (patch) | |
tree | 1d42d865d070efe0f8852d6623cbeabd641ad2ae /archivers/gzip | |
parent | de006aa99db78ebc0af21e7deb42e13e5e47c421 (diff) | |
download | pkgsrc-03120464645763b6b17eec193f55217ce8a2f2b0.tar.gz |
gzip 1.2.4a meta-package
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 27 | ||||
-rw-r--r-- | archivers/gzip/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/gzip/pkg/DESCR | 5 | ||||
-rw-r--r-- | archivers/gzip/pkg/PLIST | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile new file mode 100644 index 00000000000..06abb8682b3 --- /dev/null +++ b/archivers/gzip/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:27:54 kim Exp $ +# + +DISTNAME= gzip-1.2.4a +CATEGORIES= archivers +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html + +DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base +DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.if exists(/usr/bin/gzip) +IGNORE= "is part of your NetBSD distribution" +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip/pkg/COMMENT b/archivers/gzip/pkg/COMMENT new file mode 100644 index 00000000000..b31909ab609 --- /dev/null +++ b/archivers/gzip/pkg/COMMENT @@ -0,0 +1 @@ +The "meta-package" for the GZIP compression utility. diff --git a/archivers/gzip/pkg/DESCR b/archivers/gzip/pkg/DESCR new file mode 100644 index 00000000000..f0965afd27c --- /dev/null +++ b/archivers/gzip/pkg/DESCR @@ -0,0 +1,5 @@ +GZIP (GNU zip) is a popular data compression program written by +Jean-Loup Gailly <gzip@gnu.org> for the GNU project. + +This package provides easy installation of both the actual GZIP +utility and its associated info documentation. diff --git a/archivers/gzip/pkg/PLIST b/archivers/gzip/pkg/PLIST new file mode 100644 index 00000000000..6a722dcc56f --- /dev/null +++ b/archivers/gzip/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/18 14:27:55 kim Exp $ +@comment this plist intentionally left empty |