# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic filter-flags "-freduce-all-givs" S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" SRC_URI="ftp://www-126.ibm.com/pub/icu/${PV}/${P}.tgz" HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~sparc ~ppc ~alpha ~ia64" DEPEND="virtual/glibc" src_compile() { econf --enable-layout || die make || die "emake failed" } src_install () { make DESTDIR=${D} install || die "make install failed" dohtml ../readme.html ../license.html }