From 806729b343786afaba725cef1822f87de7df1ee5 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 1 Aug 2002 16:50:26 +0000 Subject: repoman'd --- dev-libs/icu/icu-2.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'dev-libs/icu/icu-2.0.ebuild') diff --git a/dev-libs/icu/icu-2.0.ebuild b/dev-libs/icu/icu-2.0.ebuild index ee9d7b3ec6b6..2baaa7deff1f 100644 --- a/dev-libs/icu/icu-2.0.ebuild +++ b/dev-libs/icu/icu-2.0.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.0.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.0.ebuild,v 1.5 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" SRC_URI="http://oss.software.ibm.com/icu/download/${PV}/${P}.tgz" HOMEPAGE="http://oss.software.ibm.com/icu/index.html" -DEPEND="" -RDEPEND="" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { - ./configure \ - --build=${CHOST} \ - --enable-layout \ - --prefix=/usr \ - --mandir=/usr/share/man || die "./configure failed" + econf --enable-layout || die emake || die "emake failed" } -- cgit v1.2.3-65-gdbad