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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5792a639ec6f
children
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"
15 TARBALL_SHA1="615314cb26815ed2f86cd7d109b7677aec5ebdf3"
17 BUILD_DEPENDS="gettext-dev python3"
18 SPLIT="$PACKAGE-dev"
20 COPY_std="@std *.mo"
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }