mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
DESCRIPTION="icu"
|
|
HOMEPAGE="http://www.icu-project.org"
|
|
SRC_URI="http://download.icu-project.org/files/icu4c/4.8.1/icu4c-4_8_1-src.tgz"
|
|
CHECKSUM_MD5="af36f635271a239d76d038d6cf8da8df"
|
|
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-2011 IBM Corporation and others."
|