summaryrefslogtreecommitdiff
path: root/patch.morph
diff options
context:
space:
mode:
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"
+ ]
+}