summaryrefslogtreecommitdiff
path: root/strata/core/python-setuptools.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/python-setuptools.def')
-rw-r--r--strata/core/python-setuptools.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/core/python-setuptools.def b/strata/core/python-setuptools.def
new file mode 100644
index 00000000..8db444ab
--- /dev/null
+++ b/strata/core/python-setuptools.def
@@ -0,0 +1,5 @@
+name: python-setuptools
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix=/usr --root "$DESTDIR"