From 517687973ab2c8417558902ac2094444018762aa Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 18 Sep 1999 14:27:54 +0000 Subject: gzip 1.2.4a meta-package --- archivers/gzip/Makefile | 27 +++++++++++++++++++++++++++ archivers/gzip/pkg/COMMENT | 1 + archivers/gzip/pkg/DESCR | 5 +++++ archivers/gzip/pkg/PLIST | 2 ++ 4 files changed, 35 insertions(+) create mode 100644 archivers/gzip/Makefile create mode 100644 archivers/gzip/pkg/COMMENT create mode 100644 archivers/gzip/pkg/DESCR create mode 100644 archivers/gzip/pkg/PLIST (limited to 'archivers') 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 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 -- cgit v1.2.3