summaryrefslogtreecommitdiff
path: root/strata/webtools/tar.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/webtools/tar.morph')
-rw-r--r--strata/webtools/tar.morph25
1 files changed, 25 insertions, 0 deletions
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: []