Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f448b3efc6f2da90aa7b144495bcde9ad015f294
commit f448b3efc6f2da90aa7b144495bcde9ad015f294 Author: Devil505 <[email protected]> Date: Fri Aug 26 10:05:22 2011 +0200 geoip-python-1.2.7-1-i686 * version bump * build simplified diff --git a/source/devel-extra/geoip-python/FrugalBuild b/source/devel-extra/geoip-python/FrugalBuild index e8e2e04..7af7d34 100644 --- a/source/devel-extra/geoip-python/FrugalBuild +++ b/source/devel-extra/geoip-python/FrugalBuild @@ -3,7 +3,7 @@ pkgname=geoip-python _F_archive_name=GeoIP-Python -pkgver=1.2.5 +pkgver=1.2.7 pkgrel=1 pkgdesc="Python bindings for the GeoIP geographical lookup libraries" url="http://www.maxmind.com/app/python" @@ -12,14 +12,6 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.maxmind.com/download/geoip/api/python/ | grep GeoIP-Python | Flasttar" source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-$pkgver.tar.gz) -sha1sums=('bb7d89425319a1ae517d9b4eacd7c22b19fcf195') +sha1sums=('0af5f5d06bc81b5427019d28ba029e8c31dec9eb') Finclude python -build() -{ - Fcd GeoIP-Python-$pkgver - python setup.py build || return 1 - Finstall 755 GeoIP-Python-$pkgver/build/lib.linux-$CARCH-$_F_python_ver/GeoIP.so $_F_pathon_libdir/GeoIP.so -} - -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
