summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-06 12:40:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-06 12:40:26 +0000
commit05b07a427a1eae2a51d527f7ac5135a8fd215d77 (patch)
treeab41aeec4c0f684a03f458b2f1adc74ca7646b3e
parentc06e88c3e042b0747d8626bc86db8919f94d7bfd (diff)
downloadpython-setuptools-05b07a427a1eae2a51d527f7ac5135a8fd215d77.tar.gz
python-setuptools: add morphbaserock/morph
-rw-r--r--python-setuptools.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/python-setuptools.morph b/python-setuptools.morph
new file mode 100644
index 0000000..2a5240d
--- /dev/null
+++ b/python-setuptools.morph
@@ -0,0 +1,10 @@
+{
+ "name": "python-setuptools",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py build"
+ ],
+ "install-commands": [
+ "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ ]
+}