diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-06 12:07:20 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-06 12:07:20 +0000 |
commit | 77d2e3bfd8fb325092aaed37ba1378054d182d19 (patch) | |
tree | dd21b719dc91a45c6123ccd97ce385ad35b2604e /python-coveragepy.morph | |
parent | d5f5b3f739681ffd57391c188d0b442cbdbccb7a (diff) | |
download | python-coveragepy-baserock/morph.tar.gz |
add morphbaserock/morph
Diffstat (limited to 'python-coveragepy.morph')
-rw-r--r-- | python-coveragepy.morph | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python-coveragepy.morph b/python-coveragepy.morph new file mode 100644 index 0000000..c2c80bb --- /dev/null +++ b/python-coveragepy.morph @@ -0,0 +1,10 @@ +{ + "name": "python-coveragepy", + "kind": "chunk", + "build-commands": [ + "python setup.py build" + ], + "install-commands": [ + "python setup.py install --prefix=/usr --root \"$DESTDIR\"" + ] +} |