# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="ISO language, territory, currency codes and their translations" HOMEPAGE="http://packages.debian.org/unstable/misc/iso-codes" SRC_URI="http://ftp.debian.org/debian/pool/main/i/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-python/pyxml-0.8.3-r1 >=sys-devel/gettext-0.14.1" src_install() { cd ${S} make DESTDIR=${D} ${@} install || die "install failed" }