summaryrefslogtreecommitdiff
path: root/tar.morph
diff options
context:
space:
mode:
Diffstat (limited to 'tar.morph')
-rw-r--r--tar.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/tar.morph b/tar.morph
new file mode 100644
index 00000000..0a183d29
--- /dev/null
+++ b/tar.morph
@@ -0,0 +1,14 @@
+{
+ "name": "tar",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}