summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/webtools.morph6
-rw-r--r--strata/webtools/icu.morph8
2 files changed, 1 insertions, 13 deletions
diff --git a/strata/webtools.morph b/strata/webtools.morph
index 5010a4c1..495a4f3c 100644
--- a/strata/webtools.morph
+++ b/strata/webtools.morph
@@ -2,14 +2,10 @@ name: webtools
kind: stratum
description: web things
build-depends:
+- morph: strata/icu-common.morph
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
chunks:
-- name: icu
- morph: strata/webtools/icu.morph
- repo: upstream:icu
- ref: ba023548a3bff7277cbea4acade3042ce9d8949e
- unpetrify-ref: baserock/morph
- name: libgit2
repo: upstream:libgit2
ref: 4b0a36e881506a02b43a4ae3c19c93c919b36eeb
diff --git a/strata/webtools/icu.morph b/strata/webtools/icu.morph
deleted file mode 100644
index 37dec07e..00000000
--- a/strata/webtools/icu.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-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