wok-next annotate iso-codes/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents 0cbe4b1f2230
children 29128929e4f9
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"
pascal@13321 15
al@21020 16 BUILD_DEPENDS="gettext-dev python3"
al@21020 17 SPLIT="$PACKAGE-dev"
pascal@13321 18
al@21059 19 COPY_std="@std *.mo"
al@21059 20
al@20679 21 compile_rules() {
al@19638 22 ./configure $CONFIGURE_ARGS &&
al@20679 23 make &&
al@20700 24 make install
pascal@13321 25 }