diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-06 12:40:26 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-06 12:40:26 +0000 |
commit | 05b07a427a1eae2a51d527f7ac5135a8fd215d77 (patch) | |
tree | ab41aeec4c0f684a03f458b2f1adc74ca7646b3e /python-setuptools.morph | |
parent | c06e88c3e042b0747d8626bc86db8919f94d7bfd (diff) | |
download | python-setuptools-baserock/morph.tar.gz |
python-setuptools: add morphbaserock/morph
Diffstat (limited to 'python-setuptools.morph')
-rw-r--r-- | python-setuptools.morph | 10 |
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\"" + ] +} |