geoip stable port information

Package: geoip
Version: 1.4.7
Revision: 1
Description: IP address to country lookup tool
License: LGPL
Maintainer: Benjamin Reed

Depends: %N-shlibs (= %v-%r)

Source: http://www.maxmind.com/download/%n/api/c/GeoIP-%v.tar.gz
Source-MD5: a802175d5b7e2b57b540a7dd308d9205

UseMaxBuildJobs: true
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info

InstallScript: make -j1 install DESTDIR=%d
DocFiles: AUTHORS COPYING INSTALL NEWS README* TODO
SplitOff: <<
Package: %N-dev
Description: headers and static libraries for GeoIP
Depends: %N (= %v-%r)
BuildDependsOnly: true
Files: include lib/*.a lib/*.la lib/libGeoIP.dylib lib/libGeoIPUpdate.dylib
<<
SplitOff2: <<
Package: %N-shlibs
Description: shared libraries for GeoIP
Files: lib/*.dylib
Shlibs: <<
%p/lib/libGeoIP.1.dylib 6.0.0 %n (>= 1.4.1-1)
%p/lib/libGeoIPUpdate.0.dylib 1.0.0 %n (>= 1.3.5-1)
<<
<<

ConfFiles: %p/etc/GeoIP.conf

Homepage: http://www.maxmind.com/
DescUsage: <<
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from. It contains a free GeoIP Country
database that is updated every month. This database simply contains IP
blocks as keys, and countries as values. This database should be more
complete and accurate than using reverse DNS lookups. We also offer a paid
database that has greater accuracy than the free version, as well as paid
databases with city level resolution. For more details see:
http://www.maxmind.com/app/geoip_country
http://www.maxmind.com/app/products
<<