libgeoip: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 08:45:08 +00:00
parent b1aadb5d1e
commit 39baa823ff
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 43 deletions

View File

@ -1,20 +0,0 @@
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.12
lrwxrwxrwx root/root usr/lib/libGeoIP.so.1 -> libGeoIP.so.1.6.12
-rwxr-xr-x root/root usr/lib/libGeoIP.so.1.6.12
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wveiBI13374no4HtL+gSsbSRdf2wRZ4JiavecxkXpfSju6Btevztu+IyxRqqjYG/HcUfSUh7H38IWjj8VBa2Ak=
SHA256 (Pkgfile) = 91e63cba138f37ee4909d2d105932e2e2461c08c51b907e6e0e5c1c5ebb2d543
SHA256 (.footprint) = 2df451cca5eedf3ef3d9f19221cc1344f605a6a5937987fb2e21485465ba963a
SHA256 (libgeoip-v1.6.12.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476

View File

@ -1,18 +0,0 @@
# 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.12
release=1
source=(https://github.com/maxmind/geoip-api-c/archive/v$version/$name-v$version.tar.gz)
build() {
cd geoip-api-c-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}