summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:10:20 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:10:20 +0000
commitc0cc66c3d7b7bf2dab40d4d28a999b60ab70c608 (patch)
tree67e4aab6a391951eae9199fa85ac861faabea215
parent9a82a0215b971725c835c640fb5f6e5b47ac214e (diff)
downloadtar-c0cc66c3d7b7bf2dab40d4d28a999b60ab70c608.tar.gz
add 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"
+ ]
+}