wok-next view iso-codes/receipt @ rev 21059

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 04 13:43:21 2018 +0200 (2018-12-04)
parents 0cbe4b1f2230
children 29128929e4f9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iso-codes"
4 VERSION="4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/iso-codes.html"
11 HOST_ARCH="any"
13 TARBALL="iso-codes-iso-codes-$VERSION.tar.gz"
14 WGET_URL="https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$VERSION/$TARBALL"
16 BUILD_DEPENDS="gettext-dev python3"
17 SPLIT="$PACKAGE-dev"
19 COPY_std="@std *.mo"
21 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }