From 9cbdbb0d4763842441d34ec7ad3f3c6183afb894 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 16 Jan 2012 14:41:13 +0000 Subject: add morph --- tar.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tar.morph 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" + ] +} -- cgit v1.2.1