summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-11-04 15:01:55 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-11-04 15:01:55 +0000
commit821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6 (patch)
tree4f362306cbf46ac4b08cbc719a41a78c558c5e5e
parent9b4fcbd538179a02874007a6d85b36549e86d3c9 (diff)
downloadpyfilesystem-821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6.tar.gz
Add morphologybaserock/morph
-rw-r--r--pyfilesystem.morph10
1 files changed, 10 insertions, 0 deletions
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\""
+ ]
+}