diff options
Diffstat (limited to 'app-text/iso-codes/iso-codes-0.47.ebuild')
-rw-r--r-- | app-text/iso-codes/iso-codes-0.47.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-text/iso-codes/iso-codes-0.47.ebuild b/app-text/iso-codes/iso-codes-0.47.ebuild index 8b727cc687c3..911f3417ecc9 100644 --- a/app-text/iso-codes/iso-codes-0.47.ebuild +++ b/app-text/iso-codes/iso-codes-0.47.ebuild @@ -1,14 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.47.ebuild,v 1.1 2005/08/19 19:58:53 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.47.ebuild,v 1.2 2005/08/23 22:57:33 leonardop Exp $ -DESCRIPTION="his package provides the ISO-639 Language code list, the ISO-3166 -Territory code list, and ISO-3166-2 sub-territory lists, and all their -translations in gettext .po form" +DESCRIPTION="Provides the list of country and language names" HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" -SRC_URI="http://ftp.debian.org/debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" -LICENSE="LGPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" @@ -18,7 +16,8 @@ DEPEND="sys-devel/gettext >=dev-python/pyxml-0.8.4 >=sys-devel/automake-1.9" -src_install() -{ - make DESTDIR=${D} install || die "install failed" +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + + dodoc ChangeLog README TODO } |