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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 23 16:27:26 CET 2010


Revision: 8766
          http://gar.svn.sourceforge.net/gar/?rev=8766&view=rev
Author:   dmichelsen
Date:     2010-02-23 15:27:26 +0000 (Tue, 23 Feb 2010)

Log Message:
-----------
lzo: Initial commit

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


Property changes on: csw/mgar/pkg/lzo/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/lzo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzo/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lzo/trunk/Makefile	2010-02-23 15:27:26 UTC (rev 8766)
@@ -0,0 +1,21 @@
+GARNAME = lzo
+GARVERSION = 2.03
+CATEGORIES = utils
+
+DESCRIPTION = LZO compression library
+define BLURB
+  LZO is a portable lossless data compression library written in ANSI C.
+endef
+
+MASTER_SITES = http://www.oberhumer.com/opensource/lzo/download/
+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
+
+VENDOR_URL = http://www.oberhumer.com/opensource/lzo/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/lzo/trunk/checksums
===================================================================
--- csw/mgar/pkg/lzo/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lzo/trunk/checksums	2010-02-23 15:27:26 UTC (rev 8766)
@@ -0,0 +1 @@
+0c3d078c2e8ea5a88971089a2f02a726  lzo-2.03.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