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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 0cbe4b1f2230
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/svn/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-dev python3"
16 SPLIT="$PACKAGE-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 }