From 821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Mon, 4 Nov 2013 15:01:55 +0000 Subject: Add morphology --- pyfilesystem.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyfilesystem.morph diff --git a/pyfilesystem.morph b/pyfilesystem.morph new file mode 100644 index 0000000..3021030 --- /dev/null +++ b/pyfilesystem.morph @@ -0,0 +1,10 @@ +{ + "name": "pyfilesystem", + "kind": "chunk", + "build-commands": [ + "python setup.py build" + ], + "install-commands": [ + "python setup.py install --prefix=\"$PREFIX\" --root \"$DESTDIR\"" + ] +} -- cgit v1.2.1