summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-10 14:48:43 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-10 16:30:54 +0000
commitb1c30b630f6d4c58207a92c7cd1c1515f8423cf1 (patch)
treedea8106f7916c44a1987a3df5c39bb56646cdd58
parentec89e7ff9d3bdc3e08bb94d565ff8617d033a8ff (diff)
downloadmini-utils-b1c30b630f6d4c58207a92c7cd1c1515f8423cf1.tar.gz
Add morphology
-rw-r--r--posix-mini.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/posix-mini.morph b/posix-mini.morph
new file mode 100644
index 0000000..61554f2
--- /dev/null
+++ b/posix-mini.morph
@@ -0,0 +1,9 @@
+{
+ "name": "posix-mini",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [],
+ "install-commands": [
+ "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}