summaryrefslogtreecommitdiff
path: root/chunks/icu.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/icu.morph')
-rw-r--r--chunks/icu.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/chunks/icu.morph b/chunks/icu.morph
new file mode 100644
index 00000000..c9a190b1
--- /dev/null
+++ b/chunks/icu.morph
@@ -0,0 +1,10 @@
+name: icu
+kind: chunk
+repo: upstream:icu
+ref: ba023548a3bff7277cbea4acade3042ce9d8949e
+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