Files
haikuports/dev-libs/icu/icu-4.4.1.bep

21 lines
474 B
Plaintext

DESCRIPTION="icu"
HOMEPAGE="http://www.icu-project.org"
SRC_URI="http://download.icu-project.org/files/icu4c/4.4.1/icu4c-4_4_1-src.tgz"
CHECKSUM_MD5="b6bc0a1153540b2088f8b03e0ba625d3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd icu/source
CPPFLAGS="-D__STDC_ISO_10646__ -DU_CHARSET_IS_UTF8=1" ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd icu/source
make install
}
LICENSE="ICU"
COPYRIGHT="1997-2010 IBM Corporation and others."