wok-6.x rev 22961
updated iso-codes (3.45 -> 4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 16:47:15 2020 +0100 (2020-02-28) |
parents | 70f0e2dabf6b |
children | 08f8778dd4ac |
files | iso-codes/receipt |
line diff
1.1 --- a/iso-codes/receipt Fri Feb 28 16:37:01 2020 +0100 1.2 +++ b/iso-codes/receipt Fri Feb 28 16:47:15 2020 +0100 1.3 @@ -1,31 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iso-codes" 1.7 -VERSION="3.45" 1.8 +VERSION="4.4" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations." 1.11 +SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists and translations." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes" 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="https://ftp.osuosl.org/pub/blfs/conglomeration/$PACKAGE/$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 \ 1.32 + --prefix=/usr \ 1.33 + --mandir=/usr/share/man \ 1.34 + --infodir=/usr/share/info \ 1.35 $CONFIGURE_ARGS && 1.36 - make && make DESTDIR=$DESTDIR install 1.37 + make && 1.38 + make DESTDIR=$DESTDIR install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 - cp -a $install/usr $fs 1.45 + cp -a $install/usr $fs 1.46 }