# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Provides localized lists of country and language ISO names" 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="" src_install() { cd ${S} make DESTDIR=${D} ${@} install || die "install failed" }