# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # The 'Header' on the third line should just be left alone. When your ebuild # will be committed to cvs, the details on that line will be automatically # generated to contain the correct data. DESCRIPTION="Internationalized Domain Names (IDN) implementation." HOMEPAGE="http://www.gnu.org/software/libidn/" SRC_URI="ftp://alpha.gnu.org/pub/gnu/libidn/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" # See http://www.gnu.org/software/libidn/manual/html_node/Supported-Platforms.html KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips" IUSE="" DEPEND="" #RDEPEND="" src_compile() { econf || die emake || die } src_install() { einstall || die }