From ba023548a3bff7277cbea4acade3042ce9d8949e Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 1 May 2013 17:08:26 +0100 Subject: Add icu.morph to build the chunk --- icu.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 icu.morph 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" + ] +} -- cgit v1.2.1