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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 1ca369c9f448
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iso-codes"
4 VERSION="3.79"
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/debian/iso-codes"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/iso-codes.html"
12 TARBALL="$PACKAGE-upstream-$VERSION.tar.bz2"
13 WGET_URL="https://salsa.debian.org/debian/iso-codes/-/archive/upstream/$VERSION/$TARBALL"
15 BUILD_DEPENDS="gettext python3"
16 SPLIT="iso-codes-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 iso-codes)
27 copy @std *.mo
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }