summaryrefslogtreecommitdiff
path: root/libgeoip
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-07-27 12:52:39 +0200
committerThomas Penteker <tek@serverop.de>2017-07-27 12:52:39 +0200
commit751e3399e9f8ff26d073265765e68668036b084b (patch)
tree4cc0672f8f8ccf41346b4f0458e63fda23b9dbc6 /libgeoip
parent18f82cd62c5e42f3022cdfd879165cb74d04adc9 (diff)
downloadcontrib-751e3399e9f8ff26d073265765e68668036b084b.tar.gz
contrib-751e3399e9f8ff26d073265765e68668036b084b.tar.xz
libgeoip: initial import
Diffstat (limited to 'libgeoip')
-rw-r--r--libgeoip/.footprint20
-rw-r--r--libgeoip/.md5sum1
-rw-r--r--libgeoip/.signature5
-rw-r--r--libgeoip/Pkgfile18
4 files changed, 44 insertions, 0 deletions
diff --git a/libgeoip/.footprint b/libgeoip/.footprint
new file mode 100644
index 000000000..7803a9a56
--- /dev/null
+++ b/libgeoip/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/geoiplookup
+-rwxr-xr-x root/root usr/bin/geoiplookup6
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/GeoIP.h
+-rw-r--r-- root/root usr/include/GeoIPCity.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libGeoIP.a
+-rwxr-xr-x root/root usr/lib/libGeoIP.la
+lrwxrwxrwx root/root usr/lib/libGeoIP.so -> libGeoIP.so.1.6.11
+lrwxrwxrwx root/root usr/lib/libGeoIP.so.1 -> libGeoIP.so.1.6.11
+-rwxr-xr-x root/root usr/lib/libGeoIP.so.1.6.11
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/geoip.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/geoiplookup.1.gz
+-rw-r--r-- root/root usr/share/man/man1/geoiplookup6.1.gz
diff --git a/libgeoip/.md5sum b/libgeoip/.md5sum
new file mode 100644
index 000000000..ddd71ab04
--- /dev/null
+++ b/libgeoip/.md5sum
@@ -0,0 +1 @@
+1330a0d2c212b0783fcbdfe694bbc23e v1.6.11.tar.gz
diff --git a/libgeoip/.signature b/libgeoip/.signature
new file mode 100644
index 000000000..ea3794742
--- /dev/null
+++ b/libgeoip/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3wQXnEOrRTda4EwTK5dIJZmbwTyfhOOTEttshrpHlFyK8l+nihLqJ/rTXP+ZNFOJ2ttQnz79HB22+Y9yRYzfew4=
+SHA256 (Pkgfile) = bba0f703650a49b911c280714b4c8b166e6b68d512a9e6815a71772568151cae
+SHA256 (.footprint) = 55889f24f10f8cc55420b291966b4d18d2ab8f8a16903f73a523b8c48ae67fa7
+SHA256 (v1.6.11.tar.gz) = 8859cb7c9cb63e77f4aedb40a4622024359b956b251aba46b255acbe190c34e0
diff --git a/libgeoip/Pkgfile b/libgeoip/Pkgfile
new file mode 100644
index 000000000..06acaa204
--- /dev/null
+++ b/libgeoip/Pkgfile
@@ -0,0 +1,18 @@
+# Description: GeoIP Legacy C Library
+# URL: https://github.com/maxmind/geoip-api-c
+# Maintainer: Thomas Penteker, tek at serverop dot de
+
+name=libgeoip
+version=1.6.11
+release=1
+source=(https://github.com/maxmind/geoip-api-c/archive/v${version}.tar.gz)
+
+build() {
+ cd geoip-api-c-$version
+
+ autoreconf -i
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit