[csw-devel] SF.net SVN: gar:[14004] csw/mgar/pkg/pbzip2/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 29 09:43:17 CEST 2011
Revision: 14004
http://gar.svn.sourceforge.net/gar/?rev=14004&view=rev
Author: dmichelsen
Date: 2011-03-29 07:43:17 +0000 (Tue, 29 Mar 2011)
Log Message:
-----------
pbzip2: Update to 1.1.3 and cleanup Makefile
Modified Paths:
--------------
csw/mgar/pkg/pbzip2/trunk/Makefile
csw/mgar/pkg/pbzip2/trunk/checksums
Modified: csw/mgar/pkg/pbzip2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pbzip2/trunk/Makefile 2011-03-29 02:58:39 UTC (rev 14003)
+++ csw/mgar/pkg/pbzip2/trunk/Makefile 2011-03-29 07:43:17 UTC (rev 14004)
@@ -1,5 +1,5 @@
NAME = pbzip2
-VERSION = 1.1.1
+VERSION = 1.1.3
CATEGORIES = utils
DESCRIPTION = Parallel BZIP2 Data Compression Software
@@ -13,23 +13,17 @@
MASTER_SITES = http://compression.ca/pbzip2/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+PACKAGES += CSWpbzip2
+CATALOGNAME_CSWpbzip2 = pbzip2
+SPKG_DESC_CSWpbzip2 = Parallel BZIP2 Data Compression Software
+RUNTIME_DEP_PKGS_CSWpbzip2 += CSWbzip2
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
-# we require
-RUNTIME_DEP_PKGS = CSWbzip2
-
-# since there is no configure script, this is intentionally left empty
+# Since there is no configure script, this is intentionally left empty
CONFIGURE_SCRIPTS =
-# no build tests
-SKIPTEST = 1
+# There is no testsuite
+TEST_SCRIPTS =
-# custom install
INSTALL_SCRIPTS = custom
# After some testing. Using a special ISA modulation does *not* speed
@@ -38,7 +32,7 @@
include gar/category.mk
pre-build-modulated:
- @gsed -i'' 's,-lpthread,-norunpath -lpthread,g;s,-pthread,-I$(includedir) -L$(libdir),g;s,g++,$(CXX),;s,-O2,-fast $(filter-out -xnorunpath,$(CFLAGS)),' $(WORKSRC)/Makefile
+ gsed -i'' 's,-lpthread,-norunpath -lpthread,g;s,-pthread,-I$(includedir) -L$(libdir),g;s,g++,$(CXX),;s,-O2,-fast $(filter-out -xnorunpath,$(CFLAGS)),' $(WORKSRC)/Makefile
install-custom:
[ ! -d "$(DESTDIR)$(mandir)/man1" ] && \
Modified: csw/mgar/pkg/pbzip2/trunk/checksums
===================================================================
--- csw/mgar/pkg/pbzip2/trunk/checksums 2011-03-29 02:58:39 UTC (rev 14003)
+++ csw/mgar/pkg/pbzip2/trunk/checksums 2011-03-29 07:43:17 UTC (rev 14004)
@@ -1 +1 @@
-b354422759da7113da366aad1876ed5d pbzip2-1.1.1.tar.gz
+beb27a8055723f5f84364182d137ed1a pbzip2-1.1.3.tar.gz
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