wok rev 24679

updated iso-codes (4.4 -> 4.9.0)
author Hans-G?nter Theisgen
date Sat Mar 12 09:36:26 2022 +0100 (2022-03-12)
parents 61f39abb4397
children 8fd2417994d1
files iso-codes/description.txt iso-codes/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iso-codes/description.txt	Sat Mar 12 09:36:26 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +This project provides lists of various ISO standards (countries,
     1.5 +languages, language scripts, and currency names) in one place.
     1.6 +It also provides their translations in gettext .po format.
     2.1 --- a/iso-codes/receipt	Sat Mar 12 09:24:40 2022 +0100
     2.2 +++ b/iso-codes/receipt	Sat Mar 12 09:36:26 2022 +0100
     2.3 @@ -1,15 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="iso-codes"
     2.7 -VERSION="4.4"
     2.8 +VERSION="4.9.0"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists and translations."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="LGPL2.1"
    2.13  WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes"
    2.14  
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.16 -WGET_URL="https://ftp.osuosl.org/pub/blfs/conglomeration/$PACKAGE/$TARBALL"
    2.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 +WGET_URL="$WEB_SITE/-/archive/v$VERSION/$PACKAGE-v$VERSION.tar.gz"
    2.19  
    2.20  DEPENDS=""
    2.21  BUILD_DEPENDS="gettext py3k"
    2.22 @@ -30,7 +30,7 @@
    2.23  		--infodir=/usr/share/info	\
    2.24  		$CONFIGURE_ARGS &&
    2.25  	make &&
    2.26 -	make DESTDIR=$DESTDIR install
    2.27 +	make install DESTDIR=$DESTDIR
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.