summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:41:13 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:41:13 +0000
commit9cbdbb0d4763842441d34ec7ad3f3c6183afb894 (patch)
tree74fb46b5730e44b77de91fec7f045ebefa5c4cf9
parentd0745f417ce32d647ab5a949b6027404da5e98c3 (diff)
downloadpatch-9cbdbb0d4763842441d34ec7ad3f3c6183afb894.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 0000000..4c15b72
--- /dev/null
+++ b/tar.morph
@@ -0,0 +1,14 @@
+{
+ "name": "tar",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}