summaryrefslogtreecommitdiff
path: root/patch.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-17 14:35:50 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-17 14:35:50 +0000
commit33cc1c6fda6e72a7bae1401e9b2cec495a4d3ff1 (patch)
tree13dc32214c00a81ba745beebb89d9991c4e527c9 /patch.morph
parent9cbdbb0d4763842441d34ec7ad3f3c6183afb894 (diff)
downloadpatch-33cc1c6fda6e72a7bae1401e9b2cec495a4d3ff1.tar.gz
this is not tar
Diffstat (limited to 'patch.morph')
-rw-r--r--patch.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/patch.morph b/patch.morph
new file mode 100644
index 0000000..7a93635
--- /dev/null
+++ b/patch.morph
@@ -0,0 +1,14 @@
+{
+ "name": "patch",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}