merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
[vuplus_openembedded] / packages / icu / icu-3.6.inc
1
2 LICENSE = "ICU"
3
4 SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz"
5
6 S = "${WORKDIR}/icu/source"
7
8 PARALLEL_MAKE = ""
9
10 inherit autotools pkgconfig binconfig
11
12 do_configure() {
13         libtoolize --force
14         oe_runconf
15 }       
16
17