summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/tar.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/coreutils-common/tar.morph')
-rw-r--r--strata/coreutils-common/tar.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/coreutils-common/tar.morph b/strata/coreutils-common/tar.morph
new file mode 100644
index 00000000..3c60a193
--- /dev/null
+++ b/strata/coreutils-common/tar.morph
@@ -0,0 +1,11 @@
+name: tar
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- bash bootstrap --skip-po
+configure-commands:
+- |
+ `# [1]` env FORCE_UNSAFE_CONFIGURE=1 \
+ ./configure --prefix="$PREFIX" \
+ `# [2]` --disable-gcc-warnings \
+ `# [3]` --bindir=/bin