summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}