[csw-devel] SF.net SVN: gar:[3697] csw/mgar/pkg
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Mar 10 18:59:16 CET 2009
Revision: 3697
http://gar.svn.sourceforge.net/gar/?rev=3697&view=rev
Author: bonivart
Date: 2009-03-10 17:59:16 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
GeoIP: move to GAR, update to 1.4.6
Added Paths:
-----------
csw/mgar/pkg/GeoIP/
csw/mgar/pkg/GeoIP/branches/
csw/mgar/pkg/GeoIP/tags/
csw/mgar/pkg/GeoIP/trunk/
csw/mgar/pkg/GeoIP/trunk/Makefile
csw/mgar/pkg/GeoIP/trunk/checksums
csw/mgar/pkg/GeoIP/trunk/files/
Property changes on: csw/mgar/pkg/GeoIP/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/GeoIP/trunk/Makefile
===================================================================
--- csw/mgar/pkg/GeoIP/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/GeoIP/trunk/Makefile 2009-03-10 17:59:16 UTC (rev 3697)
@@ -0,0 +1,48 @@
+GARNAME = GeoIP
+GARVERSION = 1.4.6
+CATEGORIES = net
+
+DESCRIPTION = GeoIP C API
+define BLURB
+ GeoIP C API
+endef
+
+MASTER_SITES = http://geolite.maxmind.com/download/geoip/api/c/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+PACKAGES = CSWgeoip CSWgeoipdevel
+REQUIRED_PKGS_CSWgeoip = CSWgeolitedb CSWzlib
+REQUIRED_PKGS_CSWgeoipdevel = CSWgeoip
+CATALOGNAME_CSWgeoip = geoip
+CATALOGNAME_CSWgeoipdevel = geoip_devel
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+pre-configure-modulated:
+ @echo " ==> Pre-configure for $(GARNAME) (custom)"
+ @( cd $(WORKSRC) ; \
+ sed 's/-Wall//' Makefile.am > tmp.sed ; \
+ mv tmp.sed Makefile.am ; \
+ sed 's/-Wall//' Makefile.in > tmp.sed ; \
+ mv tmp.sed Makefile.in ; \
+ cd apps ; \
+ sed 's/-Wall//' Makefile.am > tmp.sed ; \
+ mv tmp.sed Makefile.am ; \
+ sed 's/-Wall//' Makefile.in > tmp.sed ; \
+ mv tmp.sed Makefile.in ; \
+ cd ../libGeoIP ; \
+ sed 's/-Wall//' Makefile.am > tmp.sed ; \
+ mv tmp.sed Makefile.am ; \
+ sed 's/-Wall//' Makefile.in > tmp.sed ; \
+ mv tmp.sed Makefile.in ; \
+ cd ../test ; \
+ sed 's/-Wall//' Makefile.am > tmp.sed ; \
+ mv tmp.sed Makefile.am ; \
+ sed 's/-Wall//' Makefile.in > tmp.sed ; \
+ mv tmp.sed Makefile.in )
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/GeoIP/trunk/checksums
===================================================================
--- csw/mgar/pkg/GeoIP/trunk/checksums (rev 0)
+++ csw/mgar/pkg/GeoIP/trunk/checksums 2009-03-10 17:59:16 UTC (rev 3697)
@@ -0,0 +1 @@
+cb14b1beeb40631a12676b11ca0c309a download/GeoIP-1.4.6.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