summaryrefslogtreecommitdiff
path: root/strata/webtools
diff options
context:
space:
mode:
Diffstat (limited to 'strata/webtools')
-rw-r--r--strata/webtools/icu.morph23
-rw-r--r--strata/webtools/nginx.morph28
-rw-r--r--strata/webtools/tar.morph25
3 files changed, 76 insertions, 0 deletions
diff --git a/strata/webtools/icu.morph b/strata/webtools/icu.morph
new file mode 100644
index 00000000..53eafedf
--- /dev/null
+++ b/strata/webtools/icu.morph
@@ -0,0 +1,23 @@
+name: icu
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- cd source; ./runConfigureICU Linux --prefix=/usr
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- cd source; unset TARGET ; make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/webtools/nginx.morph b/strata/webtools/nginx.morph
new file mode 100644
index 00000000..bedc317b
--- /dev/null
+++ b/strata/webtools/nginx.morph
@@ -0,0 +1,28 @@
+name: nginx
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- |
+ ./configure --prefix=$PREFIX \
+ --conf-path=/etc/nginx/nginx.conf \
+ --pid-path=/etc/nginx/nginx.pid \
+ --error-log-path=/var/log/nginx/error.log \
+ --http-log-path=/var/log/nginx/access.log
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/webtools/tar.morph b/strata/webtools/tar.morph
new file mode 100644
index 00000000..fabcebda
--- /dev/null
+++ b/strata/webtools/tar.morph
@@ -0,0 +1,25 @@
+name: tar
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- bash bootstrap --skip-po
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
+ --disable-nls
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []