tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / recipes / icu / icu-3.6.inc
blob68d89a21a7c1e7d43dcab56b9063f652e02b393f
2 LICENSE = "ICU"
4 INC_PR = "r5"
6 SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
7            file://elif-to-else.patch"
9 S = "${WORKDIR}/icu/source"
11 PARALLEL_MAKE = ""
13 inherit autotools pkgconfig binconfig
15 do_configure() {
16         libtoolize --force
17         gnu-configize --force
18         oe_runconf
19 }