[csw-devel] SF.net SVN: gar:[4387] csw/mgar/pkg/pysqlite/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Apr 17 23:26:37 CEST 2009
Revision: 4387
http://gar.svn.sourceforge.net/gar/?rev=4387&view=rev
Author: valholla
Date: 2009-04-17 21:26:34 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
fix upstream download url
Modified Paths:
--------------
csw/mgar/pkg/pysqlite/trunk/Makefile
Modified: csw/mgar/pkg/pysqlite/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pysqlite/trunk/Makefile 2009-04-17 21:15:28 UTC (rev 4386)
+++ csw/mgar/pkg/pysqlite/trunk/Makefile 2009-04-17 21:26:34 UTC (rev 4387)
@@ -10,7 +10,8 @@
SQLite support for Python
endef
-MASTER_SITES = $(SF_MIRROR)/$(call TOLOWER,$(GARNAME))/
+MASTER_SITES = $(SF_MIRRORS)
+
WORKSRC = $(WORKDIR)/$(GARNAME)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
@@ -19,9 +20,8 @@
SPKG_DESC_CSWpysqlite = SQLite 1.x support for Python
REQUIRED_PKGS_CSWpysqlite = CSWpython CSWsqlite3rt
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=54058
-UPSTREAM_USE_SF = 1
+# We define upstream file regex so we can be notifed of
+# new upstream software release
UFILES_REGEX = (\d+(?:\.\d+)*)
EXTRA_CPPFLAGS = -I/opt/csw/include
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