# HG changeset patch # User Hans-G?nter Theisgen # Date 1647074186 -3600 # Node ID 03c1f28bc49613d81760d15f0a1dfb153f5aeffb # Parent 61f39abb43974736a50320f8ea7289e460c2ebd3 updated iso-codes (4.4 -> 4.9.0) diff -r 61f39abb4397 -r 03c1f28bc496 iso-codes/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iso-codes/description.txt Sat Mar 12 09:36:26 2022 +0100 @@ -0,0 +1,3 @@ +This project provides lists of various ISO standards (countries, +languages, language scripts, and currency names) in one place. +It also provides their translations in gettext .po format. diff -r 61f39abb4397 -r 03c1f28bc496 iso-codes/receipt --- a/iso-codes/receipt Sat Mar 12 09:24:40 2022 +0100 +++ b/iso-codes/receipt Sat Mar 12 09:36:26 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="iso-codes" -VERSION="4.4" +VERSION="4.9.0" CATEGORY="utilities" SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists and translations." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="https://ftp.osuosl.org/pub/blfs/conglomeration/$PACKAGE/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/-/archive/v$VERSION/$PACKAGE-v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="gettext py3k" @@ -30,7 +30,7 @@ --infodir=/usr/share/info \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.