wok-next annotate 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
rev   line source
pascal@13321 1 # SliTaz package receipt.
pascal@13321 2
pascal@13321 3 PACKAGE="iso-codes"
al@19638 4 VERSION="3.74"
pascal@13321 5 CATEGORY="utilities"
pascal@13321 6 SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations."
pascal@13321 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@19638 9 WEB_SITE="http://pkg-isocodes.alioth.debian.org/"
al@19638 10
pascal@13321 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19638 12 WGET_URL="${WEB_SITE}downloads/$TARBALL"
pascal@13321 13
pascal@13321 14 DEPENDS=""
al@20516 15 BUILD_DEPENDS="gettext python3"
pascal@13321 16
pascal@13321 17 # Rules to configure and make the package.
pascal@13321 18 compile_rules()
pascal@13321 19 {
al@19638 20 ./configure $CONFIGURE_ARGS &&
pascal@13321 21 make && make DESTDIR=$DESTDIR install
pascal@13321 22 }
pascal@13321 23
pascal@13321 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13321 25 genpkg_rules()
pascal@13321 26 {
pascal@13321 27 cp -a $install/usr $fs
pascal@13321 28 }