From 77d2e3bfd8fb325092aaed37ba1378054d182d19 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 6 Mar 2012 12:07:20 +0000 Subject: add morph --- python-coveragepy.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python-coveragepy.morph 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\"" + ] +} -- cgit v1.2.1