wok-next annotate iso-codes/receipt @ rev 21596
updated dos2unix (7.4.0 -> 7.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:10:06 2020 +0100 (2020-06-24) |
parents | 5792a639ec6f |
children |
rev | line source |
---|---|
al@20700 | 1 # SliTaz package receipt v2. |
pascal@13321 | 2 |
pascal@13321 | 3 PACKAGE="iso-codes" |
al@21059 | 4 VERSION="4.1" |
pascal@13321 | 5 CATEGORY="utilities" |
al@20679 | 6 SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations" |
pascal@13321 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
al@21059 | 9 WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/iso-codes.html" |
al@21057 | 11 HOST_ARCH="any" |
al@19638 | 12 |
al@21059 | 13 TARBALL="iso-codes-iso-codes-$VERSION.tar.gz" |
al@21059 | 14 WGET_URL="https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$VERSION/$TARBALL" |
al@21143 | 15 TARBALL_SHA1="615314cb26815ed2f86cd7d109b7677aec5ebdf3" |
pascal@13321 | 16 |
al@21020 | 17 BUILD_DEPENDS="gettext-dev python3" |
al@21020 | 18 SPLIT="$PACKAGE-dev" |
pascal@13321 | 19 |
al@21059 | 20 COPY_std="@std *.mo" |
al@21059 | 21 |
al@20679 | 22 compile_rules() { |
al@19638 | 23 ./configure $CONFIGURE_ARGS && |
al@20679 | 24 make && |
al@20700 | 25 make install |
pascal@13321 | 26 } |