summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-09 09:42:24 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-09 12:57:40 +0000
commit941133673e5a0003cd5ce1b6db2a51cf3307d9c1 (patch)
treea3e220817de92f23473008a7f8472d11d9c0849e
parentf8a45724391ba5d26877f7ae9f4cb145d95876c9 (diff)
downloadpython-prettytable-941133673e5a0003cd5ce1b6db2a51cf3307d9c1.tar.gz
Add the chunk morphology.baserock/morph
-rw-r--r--python-prettytable.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-prettytable.morph b/python-prettytable.morph
new file mode 100644
index 0000000..1af69ef
--- /dev/null
+++ b/python-prettytable.morph
@@ -0,0 +1,7 @@
+name: python-prettytable
+kind: chunk
+build-system: manual
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"