From b1c30b630f6d4c58207a92c7cd1c1515f8423cf1 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 10 Jan 2013 14:48:43 +0000 Subject: Add morphology --- posix-mini.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 posix-mini.morph 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" + ] +} -- cgit v1.2.1