From 0a8e0502dec5eae76128c712b74f75a09eec18e8 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 12 Jun 2013 15:19:18 +0200 Subject: [PATCH] icu: update recipe --- dev-libs/icu/icu-4.8.1.1.recipe | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/dev-libs/icu/icu-4.8.1.1.recipe b/dev-libs/icu/icu-4.8.1.1.recipe index 6aa66ecc3..7b45bbc01 100644 --- a/dev-libs/icu/icu-4.8.1.1.recipe +++ b/dev-libs/icu/icu-4.8.1.1.recipe @@ -4,7 +4,7 @@ LICENSE="ICU" COPYRIGHT="1997-2011 IBM Corporation and others." SRC_URI="http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz" CHECKSUM_MD5="ea93970a0275be6b42f56953cd332c17" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 ?x86" PATCHES="icu-4.8.1.1.patch" @@ -16,6 +16,7 @@ PROVIDES=" lib:libicuio = 48.1.1 compat >= 48 lib:libicule = 48.1.1 compat >= 48 lib:libiculx = 48.1.1 compat >= 48 + lib:libicutest = 48.1.1 compat >= 48 lib:libicutu = 48.1.1 compat >= 48 lib:libicuuc = 48.1.1 compat >= 48 " @@ -33,10 +34,11 @@ BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion " -SOURCE_DIR="icu/source" +SOURCE_DIR="icu" BUILD() { + cd source runConfigure ./configure \ --disable-renaming --disable-samples --disable-extras make $jobArgs @@ -44,6 +46,7 @@ BUILD() INSTALL() { + cd source make install prepareInstalledDevelLibs \ @@ -92,7 +95,18 @@ Here are a few highlights of the services provided by ICU: # ----- devel package ------------------------------------------------------- SUMMARY_devel="The ICU development files" -PROVIDES_devel="icu_devel = $portVersion" -REQUIRES_devel=" - icu == $portVersion +PROVIDES_devel=" + icu_devel = $portVersion + cmd:icu_config = $portVersion compat >= 4.8 + devel:libicudata = 48.1.1 compat >= 48 + devel:libicui18n = 48.1.1 compat >= 48 + devel:libicuio = 48.1.1 compat >= 48 + devel:libicule = 48.1.1 compat >= 48 + devel:libiculx = 48.1.1 compat >= 48 + devel:libicutest.so = 48.1.1 compat >= 48 + devel:libicutu = 48.1.1 compat >= 48 + devel:libicuuc = 48.1.1 compat >= 48 + " +REQUIRES_devel=" + icu == $portVersion base "