[csw-devel] SF.net SVN: gar:[10785] csw/mgar/pkg/bzip2/trunk/Makefile
gmarler at users.sourceforge.net
gmarler at users.sourceforge.net
Fri Aug 20 07:13:58 CEST 2010
Revision: 10785
http://gar.svn.sourceforge.net/gar/?rev=10785&view=rev
Author: gmarler
Date: 2010-08-20 05:13:58 +0000 (Fri, 20 Aug 2010)
Log Message:
-----------
Add LICENSE and fix to pass pkgcheck
Modified Paths:
--------------
csw/mgar/pkg/bzip2/trunk/Makefile
Modified: csw/mgar/pkg/bzip2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bzip2/trunk/Makefile 2010-08-20 05:06:26 UTC (rev 10784)
+++ csw/mgar/pkg/bzip2/trunk/Makefile 2010-08-20 05:13:58 UTC (rev 10785)
@@ -2,13 +2,7 @@
GARVERSION = 1.0.5
CATEGORIES = utils
-# BUILD_DEP_PKGS = CSWggettext CSWgit
-
-# RUNTIME_DEP_PKGS = CSWiconv CSWggettextrt
-
-# INCOMPATIBLE_PKGS =
-
-DESCRIPTION = bzip2 Compressiion Utility
+DESCRIPTION = bzip2 Compression Utility
define BLURB
bzip2 is a freely available, patent free, high-quality data compressor. It typically
compresses files to within 10% to 15% of the best available techniques (the PPM family of
@@ -29,6 +23,10 @@
PACKAGES = CSWbzip2
CATALOGNAME = bzip2
+LICENSE = LICENSE
+
+CHECKPKG_OVERRIDES_CSWbzip2 += pkginfo-description-not-starting-with-uppercase|bzip2|Compression|Utility
+
BUILD64 = 1
GARCOMPILER = SOS12
@@ -50,7 +48,7 @@
PLATFORM = $(shell if [ `uname -i` = "i86pc" ] ; then echo i86pc ; else echo sun4 ; fi )
OBJDIR = $(WORKDIR)/$(DISTNAME)
-DOCFILES = CHANGES LICENSE README manual.html manual.pdf manual.xml
+DOCFILES = CHANGES README manual.html manual.pdf manual.xml
BINFILES = bzip2 bzdiff bzgrep bzip2recover bzmore
LIBFILES = libbz2.so.1.0.5
INCFILES = bzlib.h
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