summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\""
+ ]
+}