[csw-devel] SF.net SVN: gar:[8214] csw/mgar/pkg/gzip/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jan 28 20:57:32 CET 2010
Revision: 8214
http://gar.svn.sourceforge.net/gar/?rev=8214&view=rev
Author: dmichelsen
Date: 2010-01-28 19:57:31 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
gzip: Split off gzip extras
Modified Paths:
--------------
csw/mgar/pkg/gzip/trunk/Makefile
Modified: csw/mgar/pkg/gzip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gzip/trunk/Makefile 2010-01-28 15:48:45 UTC (rev 8213)
+++ csw/mgar/pkg/gzip/trunk/Makefile 2010-01-28 19:57:31 UTC (rev 8214)
@@ -4,6 +4,11 @@
DESCRIPTION = GNU zip
define BLURB
+ gzip (GNU zip) is a compression utility designed to be a replacement for compress.
+ Its main advantages over compress are much better compression and freedom from patented
+ algorithms. It has been adopted by the GNU project and is now relatively popular on the
+ Internet. gzip was written by Jean-loup Gailly (jloup at gzip.org), and Mark Adler for the
+ decompression code.
endef
MASTER_SITES = $(GNU_MIRROR)
@@ -25,12 +30,26 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-REQUIRED_PKGS = CSWggrep
+PACKAGES = CSWgzip CSWgzipextras
+CATALOGNAME_CSWgzip = gzip
+CATALOGNAME_CSWgzipextras = gzip_extras
+
+SPKG_DESC_CSWgzip = GNU zip
+SPKG_DESC_CSWgzipextras = GNU zip additional tools
+
+REQUIRED_PKGS_CSWgzipextras = CSWgzip CSWggrep
+
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
+PKGFILES_CSWgzip = $(bindir)/gzip
+PKGFILES_CSWgzip += $(bindir)/gunzip
+PKGFILES_CSWgzip += $(bindir)/uncompress
+PKGFILES_CSWgzip += $(mandir)/man1/gzip\.1
+PKGFILES_CSWgzip += $(mandir)/man1/gunzip\.1
+
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list