summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-06 13:28:46 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-06 13:28:46 +0000
commit47d871216cea6ce3b9d6efd70e9a0f38ab8604f0 (patch)
tree0ce2723c4dff458ccc4eec9b4a9844d4096c952a
parent08c395e7105f2cedf0e13dde566a6cddd68de92b (diff)
downloadpython-ttystatus-47d871216cea6ce3b9d6efd70e9a0f38ab8604f0.tar.gz
python-ttystatus: add morphbaserock/morph
-rw-r--r--python-ttystatus.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/python-ttystatus.morph b/python-ttystatus.morph
new file mode 100644
index 0000000..b47b2c8
--- /dev/null
+++ b/python-ttystatus.morph
@@ -0,0 +1,10 @@
+{
+ "name": "python-ttystatus",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py build"
+ ],
+ "install-commands": [
+ "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ ]
+}