summaryrefslogtreecommitdiffstats
path: root/rules/host-icu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-11-28 11:13:06 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-11-28 12:19:22 +0100
commit0c3ecbf4aa6cceecf84c24799070e944eea7d20a (patch)
tree626a6e2eee620bb21b52c149739f7e688d4ac182 /rules/host-icu.make
parentc38142c8dc68de15cd5ae78044d899e4ce820ec8 (diff)
downloadptxdist-0c3ecbf4aa6cceecf84c24799070e944eea7d20a.tar.gz
ptxdist-0c3ecbf4aa6cceecf84c24799070e944eea7d20a.tar.xz
icu: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-icu.make')
-rw-r--r--rules/host-icu.make44
1 files changed, 44 insertions, 0 deletions
diff --git a/rules/host-icu.make b/rules/host-icu.make
new file mode 100644
index 000000000..9feccdf6d
--- /dev/null
+++ b/rules/host-icu.make
@@ -0,0 +1,44 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_ICU) += host-icu
+
+HOST_ICU_SUBDIR = $(ICU_SUBDIR)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_ICU_CONF_TOOL := autoconf
+HOST_ICU_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-debug \
+ --enable-release \
+ --enable-shared \
+ --disable-static \
+ --enable-draft \
+ --disable-renaming \
+ --disable-tracing \
+ --enable-dyload \
+ --disable-rpath \
+ --disable-weak-threads \
+ --disable-extras \
+ --disable-icuio \
+ --disable-layout \
+ --disable-tests \
+ --disable-samples
+
+# vim: syntax=make