[csw-devel] SF.net SVN: gar:[7797] csw/mgar/pkg

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Wed Dec 30 23:00:25 CET 2009


Revision: 7797
          http://gar.svn.sourceforge.net/gar/?rev=7797&view=rev
Author:   rthurner
Date:     2009-12-30 22:00:25 +0000 (Wed, 30 Dec 2009)

Log Message:
-----------
lzlib - lzma library for usage in lzip, plzip. does not compile yet

Added Paths:
-----------
    csw/mgar/pkg/lzlib/
    csw/mgar/pkg/lzlib/branches/
    csw/mgar/pkg/lzlib/tags/
    csw/mgar/pkg/lzlib/trunk/
    csw/mgar/pkg/lzlib/trunk/Makefile
    csw/mgar/pkg/lzlib/trunk/checksums
    csw/mgar/pkg/lzlib/trunk/files/


Property changes on: csw/mgar/pkg/lzlib/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lzlib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzlib/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lzlib/trunk/Makefile	2009-12-30 22:00:25 UTC (rev 7797)
@@ -0,0 +1,25 @@
+GARNAME = lzlib
+GARVERSION = 0.8-rc1
+CATEGORIES = lib
+
+DESCRIPTION = lzlib is a lossless data compression library based on the LZMA algorithm.
+define BLURB
+  The lzlib compression library provides in-memory LZMA compression and
+  decompression functions, including integrity checking of the uncompressed
+  data. The compressed data format used by the library is the lzip format. 
+endef
+
+MASTER_SITES = http://download.savannah.gnu.org/releases/lzip/ 
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# 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 = 
+
+GARCOMPILER    = GNU
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/lzlib/trunk/checksums
===================================================================
--- csw/mgar/pkg/lzlib/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lzlib/trunk/checksums	2009-12-30 22:00:25 UTC (rev 7797)
@@ -0,0 +1 @@
+cdb51b3a9fb9b01a7582a5ad797377ca  lzlib-0.8-rc1.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