# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.3.7.ebuild,v 1.2 2004/04/11 08:41:42 dholm Exp $ 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 ~ppc" IUSE="emacs" DEPEND="" src_compile() { econf || die emake || die } src_install() { einstall || die if use emacs ; then echo "installing emacs lisp files...\n" else rm -rf ${D}/usr/share/emacs fi }