wok-current annotate iso-codes/receipt @ rev 23512
updated python-netifaces (0.8 -> 0.10.9)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:53:56 2020 +0100 (2020-04-06) |
parents | 8dd8bab3f0ca |
children | b78e79c31b1f |
rev | line source |
---|---|
pascal@13321 | 1 # SliTaz package receipt. |
pascal@13321 | 2 |
pascal@13321 | 3 PACKAGE="iso-codes" |
Hans-G?nter@22961 | 4 VERSION="4.4" |
pascal@13321 | 5 CATEGORY="utilities" |
Hans-G?nter@22961 | 6 SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists and translations." |
pascal@13321 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pascal@20672 | 9 WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes" |
Hans-G?nter@22961 | 10 |
pascal@13321 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@22961 | 12 WGET_URL="https://ftp.osuosl.org/pub/blfs/conglomeration/$PACKAGE/$TARBALL" |
pascal@13321 | 13 |
pascal@13321 | 14 DEPENDS="" |
Hans-G?nter@22961 | 15 BUILD_DEPENDS="gettext py3k" |
pascal@13321 | 16 |
pascal@13321 | 17 # Rules to configure and make the package. |
pascal@13321 | 18 compile_rules() |
pascal@13321 | 19 { |
Hans-G?nter@22961 | 20 ./configure \ |
Hans-G?nter@22961 | 21 --prefix=/usr \ |
Hans-G?nter@22961 | 22 --mandir=/usr/share/man \ |
Hans-G?nter@22961 | 23 --infodir=/usr/share/info \ |
pascal@13321 | 24 $CONFIGURE_ARGS && |
Hans-G?nter@22961 | 25 make && |
Hans-G?nter@22961 | 26 make DESTDIR=$DESTDIR install |
pascal@13321 | 27 } |
pascal@13321 | 28 |
pascal@13321 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13321 | 30 genpkg_rules() |
pascal@13321 | 31 { |
Hans-G?nter@22961 | 32 cp -a $install/usr $fs |
pascal@13321 | 33 } |