From 71c6d1f5668f405a7b259a0aac0d423f6c9b4d49 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 26 Sep 2012 15:48:14 +0100 Subject: Add morphology --- cvsps.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cvsps.morph diff --git a/cvsps.morph b/cvsps.morph new file mode 100644 index 0000000..abc7640 --- /dev/null +++ b/cvsps.morph @@ -0,0 +1,11 @@ +{ + "name": "cvsps", + "kind": "chunk", + "build-system": "manual", + "build-commands": [ + "make" + ], + "install-commands": [ + "make install prefix=\"$DESTDIR$PREFIX\"" + ] +} -- cgit v1.2.1