# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="IBM Internationalization Components for Unicode" SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/${P}.tgz" HOMEPAGE="http://ibm.com/software/globalization/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/${PN}/source" src_compile() { econf || die "econf failed" emake -j1 || die "emake failed" # bug 102426 } src_install () { make DESTDIR="${D}" install || die "make install failed" dohtml ../readme.html ../license.html }