wok-next diff geoip/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/geoip/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/geoip/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,30 +1,32 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="geoip" 1.7 -VERSION="1.4.8" 1.8 +VERSION="1.6.12" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Non-DNS IP-to-country resolver C library & utils" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +SHORT_DESC="Non-DNS IP-to-country resolver C library and utilities" 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="LGPL2.1" 1.15 WEB_SITE="https://dev.maxmind.com/geoip/legacy/downloadable/" 1.16 1.17 TARBALL="GeoIP-$VERSION.tar.gz" 1.18 -WGET_URL="http://www.maxmind.com/download/geoip/api/c/$TARBALL" 1.19 +WGET_URL="https://github.com/maxmind/geoip-api-c/archive/v$VERSION.tar.gz" 1.20 1.21 -BUILD_DEPENDS="zlib-dev automake autoconf libtool" 1.22 +BUILD_DEPENDS="autoconf automake libtool zlib-dev" 1.23 SPLIT="$PACKAGE-dev" 1.24 1.25 -compile_rules() { 1.26 - autoreconf -i 1.27 - ./configure \ 1.28 - --sysconfdir=/etc/geoip \ 1.29 +compile_rules() 1.30 +{ 1.31 + autoreconf -i && 1.32 + ./configure \ 1.33 + --sysconfdir=/etc/geoip \ 1.34 $CONFIGURE_ARGS && 1.35 fix libtool && 1.36 make && 1.37 make DESTDIR=$install install 1.38 } 1.39 1.40 -genpkg_rules() { 1.41 +genpkg_rules() 1.42 +{ 1.43 case $PACKAGE in 1.44 geoip) 1.45 copy @std