wok-next rev 21674
updated geoip (1.4.8 -> 1.6.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 10:52:14 2020 +0100 (2020-06-29) |
parents | 491cf445e961 |
children | 7d09ac4fade7 |
files | gdk-pixbuf/receipt geoip/receipt |
line diff
1.1 --- a/gdk-pixbuf/receipt Mon Jun 29 10:03:27 2020 +0100 1.2 +++ b/gdk-pixbuf/receipt Mon Jun 29 10:52:14 2020 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gdk-pixbuf.html" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.7 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.8 +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.9 # 2.38.0 TARBALL_SHA1="6e6bef71a1f06ecd1cd282d074ae068f89867144" 1.10 1.11 BUILD_DEPENDS="docbook-xsl gettext-dev glib-dev gobject-introspection-dev
2.1 --- a/geoip/receipt Mon Jun 29 10:03:27 2020 +0100 2.2 +++ b/geoip/receipt Mon Jun 29 10:52:14 2020 +0100 2.3 @@ -1,30 +1,32 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="geoip" 2.7 -VERSION="1.4.8" 2.8 +VERSION="1.6.12" 2.9 CATEGORY="network" 2.10 -SHORT_DESC="Non-DNS IP-to-country resolver C library & utils" 2.11 -MAINTAINER="devel@slitaz.org" 2.12 +SHORT_DESC="Non-DNS IP-to-country resolver C library and utilities" 2.13 +MAINTAINER="maintainer@slitaz.org" 2.14 LICENSE="LGPL2.1" 2.15 WEB_SITE="https://dev.maxmind.com/geoip/legacy/downloadable/" 2.16 2.17 TARBALL="GeoIP-$VERSION.tar.gz" 2.18 -WGET_URL="http://www.maxmind.com/download/geoip/api/c/$TARBALL" 2.19 +WGET_URL="https://github.com/maxmind/geoip-api-c/archive/v$VERSION.tar.gz" 2.20 2.21 -BUILD_DEPENDS="zlib-dev automake autoconf libtool" 2.22 +BUILD_DEPENDS="autoconf automake libtool zlib-dev" 2.23 SPLIT="$PACKAGE-dev" 2.24 2.25 -compile_rules() { 2.26 - autoreconf -i 2.27 - ./configure \ 2.28 - --sysconfdir=/etc/geoip \ 2.29 +compile_rules() 2.30 +{ 2.31 + autoreconf -i && 2.32 + ./configure \ 2.33 + --sysconfdir=/etc/geoip \ 2.34 $CONFIGURE_ARGS && 2.35 fix libtool && 2.36 make && 2.37 make DESTDIR=$install install 2.38 } 2.39 2.40 -genpkg_rules() { 2.41 +genpkg_rules() 2.42 +{ 2.43 case $PACKAGE in 2.44 geoip) 2.45 copy @std