wok view iso-codes/receipt @ rev 14176

linux: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 10 17:30:18 2013 +0100 (2013-03-10)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="iso-codes"
4 VERSION="3.38"
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 WEB_SITE="http://pkg-isocodes.alioth.debian.org"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="gettext"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr \
20 --mandir=/usr/share/man \
21 --infodir=/usr/share/info \
22 $CONFIGURE_ARGS &&
23 make && make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }