summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}