icu: update recipe

This commit is contained in:
Ingo Weinhold
2013-06-12 15:19:18 +02:00
parent 81e80eadb9
commit 0a8e0502de

View File

@@ -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
"