diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
commit | 806729b343786afaba725cef1822f87de7df1ee5 (patch) | |
tree | b45263461dd8690e8050526476f72ea96de8d22d /dev-libs/icu/icu-2.0.ebuild | |
parent | Added LICENSE, SLOT, KEYWORDS (diff) | |
download | gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.gz gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.bz2 gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.zip |
repoman'd
Diffstat (limited to 'dev-libs/icu/icu-2.0.ebuild')
-rw-r--r-- | dev-libs/icu/icu-2.0.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
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" } |