[csw-devel] SF.net SVN: gar:[17701] csw/mgar/pkg/geolitedb/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Apr 15 18:49:00 CEST 2012
Revision: 17701
http://gar.svn.sourceforge.net/gar/?rev=17701&view=rev
Author: dmichelsen
Date: 2012-04-15 16:49:00 +0000 (Sun, 15 Apr 2012)
Log Message:
-----------
geolitedb/trunk: Update to 20120403
Modified Paths:
--------------
csw/mgar/pkg/geolitedb/trunk/Makefile
csw/mgar/pkg/geolitedb/trunk/checksums
Modified: csw/mgar/pkg/geolitedb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/geolitedb/trunk/Makefile 2012-04-15 16:42:52 UTC (rev 17700)
+++ csw/mgar/pkg/geolitedb/trunk/Makefile 2012-04-15 16:49:00 UTC (rev 17701)
@@ -1,14 +1,20 @@
NAME = geolitedb
-VERSION = 110201
+VERSION = 20120403
CATEGORIES = net
GARTYPE = v2
DESCRIPTION = Geolite country database
-MASTER_SITES = http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/
-DISTFILES = GeoIP.dat.gz
+MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/
+MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/
+MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/
+DISTFILES += GeoIP.dat.gz
+DISTFILES += GeoLiteCity.dat.xz
+DISTFILES += GeoLiteCityv6.dat.gz
DISTFILES += COPYING
+VENDOR_URL = http://www.maxmind.com/app/geolitecountry
+
ARCHALL = 1
CONFIGURE_SCRIPTS =
@@ -18,12 +24,10 @@
include gar/category.mk
-WORKSRC = $(WORKDIR)
-SPKG_SOURCEURL = http://www.maxmind.com/app/geolitecountry
-
install-custom:
@echo " ==> Installing $(NAME)"
- @ginstall -d $(DESTDIR)/opt/csw/share/GeoIP
- @ginstall -d $(DESTDIR)/opt/csw/share/doc/geolitedb
- @cp -r $(WORKSRC)/GeoIP.dat $(DESTDIR)/opt/csw/share/GeoIP/
+ ginstall -d $(DESTDIR)/opt/csw/share/GeoIP
+ ginstall $(WORKDIR)/GeoIP.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIP.dat
+ ginstall $(WORKDIR)/GeoLiteCity.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPCity.dat
+ ginstall $(WORKDIR)/GeoLiteCityv6.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPCityv6.dat
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/geolitedb/trunk/checksums
===================================================================
--- csw/mgar/pkg/geolitedb/trunk/checksums 2012-04-15 16:42:52 UTC (rev 17700)
+++ csw/mgar/pkg/geolitedb/trunk/checksums 2012-04-15 16:49:00 UTC (rev 17701)
@@ -1 +1,3 @@
-f14f4b37ed5db77409cd1051468c79fd GeoIP.dat.gz
+98ba2a5c177cdfa8da6f9fab524e948d GeoIP.dat.gz
+90b509c3f108c06f6d95adbd443f1429 GeoLiteCity.dat.xz
+40a9d4ab91284e4dac157acbf4ba16a2 GeoLiteCityv6.dat.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