summaryrefslogtreecommitdiff
path: root/mini-utils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'mini-utils.morph')
-rw-r--r--mini-utils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/mini-utils.morph b/mini-utils.morph
new file mode 100644
index 0000000..315e3f4
--- /dev/null
+++ b/mini-utils.morph
@@ -0,0 +1,9 @@
+{
+ "name": "mini-utils",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [],
+ "install-commands": [
+ "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}