# HG changeset patch # User Pascal Bellard # Date 1346653187 -7200 # Node ID efd876afd8fe1509c3e8627edfff2e38c96e68a5 # Parent 88d4d946709709f992eaeca13617e1602858250f Add iso-codes diff -r 88d4d9467097 -r efd876afd8fe iso-codes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iso-codes/receipt Mon Sep 03 08:19:47 2012 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="iso-codes" +VERSION="3.38" +CATEGORY="utilities" +SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://pkg-isocodes.alioth.debian.org" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="gettext" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +}