summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/tar.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-23 10:58:30 +0000
committerGerrit Code Review <gerrit@baserock.org>2015-03-23 10:58:30 +0000
commit7834a992014dd62cacbf7c46ecc259c48fd772dd (patch)
tree49770a58c8cca5f6f96090907fffc2136cf10c9c /strata/coreutils-common/tar.morph
parent80dd49089c9a43fd9106690455ab557e0ef62c68 (diff)
parent632c674222763a4f0d8ca066862a39d221866ad8 (diff)
downloaddefinitions-7834a992014dd62cacbf7c46ecc259c48fd772dd.tar.gz
Merge "Move 'tar' from webtools to coreutils-common stratum"
Diffstat (limited to 'strata/coreutils-common/tar.morph')
-rw-r--r--strata/coreutils-common/tar.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/coreutils-common/tar.morph b/strata/coreutils-common/tar.morph
new file mode 100644
index 00000000..9219abeb
--- /dev/null
+++ b/strata/coreutils-common/tar.morph
@@ -0,0 +1,10 @@
+name: tar
+kind: chunk
+configure-commands:
+- bash bootstrap --skip-po
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
+ --disable-nls --disable-gcc-warnings
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install