summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-19 17:33:10 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-19 17:33:10 +0000
commit5cb9e2cfd46ed6f5e78ec04980b70ae52c19b2d6 (patch)
tree58e4daf760d2641581a244e2c87cee40b912384d /net-dns/libidn/libidn-0.5.4.ebuild
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-5cb9e2cfd46ed6f5e78ec04980b70ae52c19b2d6.tar.gz
gentoo-2-5cb9e2cfd46ed6f5e78ec04980b70ae52c19b2d6.tar.bz2
gentoo-2-5cb9e2cfd46ed6f5e78ec04980b70ae52c19b2d6.zip
alpha/hppa/ia64 KEYWORDS
Diffstat (limited to 'net-dns/libidn/libidn-0.5.4.ebuild')
-rw-r--r--net-dns/libidn/libidn-0.5.4.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/net-dns/libidn/libidn-0.5.4.ebuild b/net-dns/libidn/libidn-0.5.4.ebuild
index d9d3a2afd0d4..cb21ec617d78 100644
--- a/net-dns/libidn/libidn-0.5.4.ebuild
+++ b/net-dns/libidn/libidn-0.5.4.ebuild
@@ -1,24 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.5.4.ebuild,v 1.3 2004/08/23 15:49:19 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.5.4.ebuild,v 1.4 2004/10/19 17:33:10 vapier 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 ~amd64 ~sparc ppc64 ~mips"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=""
-src_compile()
-{
- econf || die
- emake || die
-}
+DEPEND=""
-src_install()
-{
+src_install() {
einstall || die
}