# HG changeset patch # User Hans-G?nter Theisgen # Date 1582904835 -3600 # Node ID 2e290581f811bf1fd7c939cf9e677a2e7f3302c2 # Parent 70f0e2dabf6b5fad02eb8f439332f31e4d5aae4f updated iso-codes (3.45 -> 4.4) diff -r 70f0e2dabf6b -r 2e290581f811 iso-codes/receipt --- a/iso-codes/receipt Fri Feb 28 16:37:01 2020 +0100 +++ b/iso-codes/receipt Fri Feb 28 16:47:15 2020 +0100 @@ -1,31 +1,33 @@ # SliTaz package receipt. PACKAGE="iso-codes" -VERSION="3.45" +VERSION="4.4" CATEGORY="utilities" -SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations." +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="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL" +WGET_URL="https://ftp.osuosl.org/pub/blfs/conglomeration/$PACKAGE/$TARBALL" DEPENDS="" -BUILD_DEPENDS="gettext" +BUILD_DEPENDS="gettext py3k" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }