[csw-devel] SF.net SVN: gar:[4149] csw/mgar/pkg/pysqlite/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed Apr 1 23:55:22 CEST 2009


Revision: 4149
          http://gar.svn.sourceforge.net/gar/?rev=4149&view=rev
Author:   valholla
Date:     2009-04-01 21:55:22 +0000 (Wed, 01 Apr 2009)

Log Message:
-----------
various fixes

Modified Paths:
--------------
    csw/mgar/pkg/pysqlite/trunk/Makefile

Modified: csw/mgar/pkg/pysqlite/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pysqlite/trunk/Makefile	2009-04-01 21:54:18 UTC (rev 4148)
+++ csw/mgar/pkg/pysqlite/trunk/Makefile	2009-04-01 21:55:22 UTC (rev 4149)
@@ -2,6 +2,9 @@
 GARVERSION = 1.1.8a
 CATEGORIES = lang
 
+PYSQLITE_VERSION := $(shell echo $(GARVERSION) | sed -e 's/[a-z]//g')
+PYSQLITE_RELEASE := $(shell echo $(GARVERSION) | sed -e 's/[^a-z]//g')
+
 DESCRIPTION = SQLite 1.x support for Python
 define BLURB
   SQLite support for Python
@@ -21,6 +24,7 @@
 UPSTREAM_USE_SF = 1
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
+NOISALIST = 1
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 TEST_SCRIPTS =
@@ -31,3 +35,6 @@
 
 include gar/category.mk
 
+SPKG_VERSION := $(PYSQLITE_VERSION)
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PYSQLITE_RELEASE)
+


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