summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-09-22 14:11:17 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-09-22 14:11:17 +0000
commitfa500164f9665b3584e0a783d93fb293e8d424e9 (patch)
treef2dbfd2eba65c4ff117a5ca5df8fd55b7489d725 /dev-libs/icu/icu-3.4.1.ebuild
parentMasking sci-biology/staden (diff)
downloadhistorical-fa500164f9665b3584e0a783d93fb293e8d424e9.tar.gz
historical-fa500164f9665b3584e0a783d93fb293e8d424e9.tar.bz2
historical-fa500164f9665b3584e0a783d93fb293e8d424e9.zip
Cleanup.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-libs/icu/icu-3.4.1.ebuild')
-rw-r--r--dev-libs/icu/icu-3.4.1.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/icu/icu-3.4.1.ebuild b/dev-libs/icu/icu-3.4.1.ebuild
index 663934ec3963..57fae57219a5 100644
--- a/dev-libs/icu/icu-3.4.1.ebuild
+++ b/dev-libs/icu/icu-3.4.1.ebuild
@@ -1,26 +1,28 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.3 2006/09/15 20:18:33 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.4 2006/09/22 14:11:17 chtekk Exp $
-DESCRIPTION="IBM Internationalization Components for Unicode"
+KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
+
+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="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
+RDEPEND=""
S="${WORKDIR}/${PN}/source"
src_compile() {
econf || die "econf failed"
- emake -j1 || die "emake failed" # bug 102426
+ emake || die "emake failed"
}
src_install () {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dohtml ../readme.html ../license.html
}