wok-next diff iso-codes/receipt @ rev 19766

Up cookutils.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 12 11:40:38 2017 +0300 (2017-06-12)
parents 2a35430dc9ab
children 1eb4aacb48ed
line diff
     1.1 --- a/iso-codes/receipt	Thu Aug 15 11:23:37 2013 +0300
     1.2 +++ b/iso-codes/receipt	Mon Jun 12 11:40:38 2017 +0300
     1.3 @@ -1,26 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iso-codes"
     1.7 -VERSION="3.45"
     1.8 +VERSION="3.74"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://pkg-isocodes.alioth.debian.org"
    1.14 +WEB_SITE="http://pkg-isocodes.alioth.debian.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL"
    1.18 +WGET_URL="${WEB_SITE}downloads/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="gettext"
    1.22 +BUILD_DEPENDS="gettext py3k"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure --prefix=/usr \
    1.29 -		--mandir=/usr/share/man \
    1.30 -		--infodir=/usr/share/info \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33  	make && make DESTDIR=$DESTDIR install
    1.34  }
    1.35