From 5f9000b3f4d4510f59986c1a0e1e02c3748311d3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 13 Sep 2013 10:00:22 +0000 Subject: Add chunk morphology --- pytz.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pytz.morph diff --git a/pytz.morph b/pytz.morph new file mode 100644 index 0000000..7941dcb --- /dev/null +++ b/pytz.morph @@ -0,0 +1,7 @@ +name: pytz +kind: chunk +build-system: manual +build-commands: +- cd src && python setup.py build +install-commands: +- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR" -- cgit v1.2.1