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

Add liblinear, up nmap, py3k -> python3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 04:47:38 2018 +0200 (2018-03-22)
parents c6d83a2b2380
children 1ca369c9f448
line source
1 # SliTaz package receipt.
3 PACKAGE="iso-codes"
4 VERSION="3.74"
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="http://pkg-isocodes.alioth.debian.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="${WEB_SITE}downloads/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="gettext python3"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }