summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:08:26 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:08:26 +0100
commitba023548a3bff7277cbea4acade3042ce9d8949e (patch)
tree58535cf5a90dca0f10ed5193c4943e8a96c8937c
parent759b3e7cadc76a716799cacd892dc499198656d2 (diff)
downloadicu-ba023548a3bff7277cbea4acade3042ce9d8949e.tar.gz
Add icu.morph to build the chunkbaserock/morph
-rw-r--r--icu.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/icu.morph b/icu.morph
new file mode 100644
index 0000000..6522407
--- /dev/null
+++ b/icu.morph
@@ -0,0 +1,13 @@
+{
+ "name": "icu",
+ "kind": "chunk",
+ "configure-commands": [
+ "cd source; ./runConfigureICU Linux --prefix=/usr"
+ ],
+ "build-commands": [
+ "cd source; unset TARGET ; make"
+ ],
+ "install-commands": [
+ "cd source; unset TARGET ; make DESTDIR=\"$DESTDIR\" install"
+ ]
+}