Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06a511775b84ac29b974d417460f9f93c84a1bdc
commit 06a511775b84ac29b974d417460f9f93c84a1bdc Author: crazy <[email protected]> Date: Wed Oct 19 13:52:05 2016 +0200 Revert "geoip-1.6.9-1-x86_64" This reverts commit cdcb4cdd2fdf66217659c2cd04f8f10ac37d120c. * ty but no .. with that you just broke every app using this + the build is not * complete .. legacy files missing .. diff --git a/source/lib-extra/geoip/FrugalBuild b/source/lib-extra/geoip/FrugalBuild index c23603b..e9f135e 100644 --- a/source/lib-extra/geoip/FrugalBuild +++ b/source/lib-extra/geoip/FrugalBuild @@ -1,13 +1,13 @@ -# Compiling Time: 0.10 SBU +# Compiling Time: 0.13 SBU # Maintainer: Miklos Vajna <[email protected]> pkgname=geoip -pkgver=1.6.9 -pkgrel=1 +pkgver=1.4.8 +pkgrel=3 pkgdesc="Easily lookup countries by IP addresses, even when Reverse DNS entries don't exist." url="http://www.maxmind.com/app/c" depends=('zlib') -backup=('etc/GeoIP.conf') +backup=(etc/GeoIP.conf) groups=('lib-extra') archs=('i686' 'x86_64') _F_archive_name="GeoIP" @@ -16,14 +16,13 @@ _F_github_name="geoip-api-c" _F_github_tag_v="yes" Finclude github source+=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz) -sha1sums=('e6171680339034fca7b8b6c5eac64d81149e0d81' \ - 'fc50cfa3def8376398be0b83c1b4d1bb4b1ee2a0') +sha1sums=('9f422546eb8af633c6f44a52bdbc8eee91e48830' \ + 'db1e4776a66e7305774940bc4e4469b9ef7777e1') build() { Fcd - Fmkdir /usr/share/GeoIP - mv ../GeoIP.dat $Fdestdir/usr/share/GeoIP/ || Fdie + mv ../GeoIP.dat data/ || Fdie Fautoreconf Fbuild } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
