1 # Maintainer: Guillaume Bouchard <guillaume.bouchard@liris.cnrs.fr>
2 pkgname=python2-squaremap
5 pkgdesc="Hierarchic data-visualisation control for wxPython"
7 url="https://launchpad.net/squaremap"
10 source=("http://pypi.python.org/packages/source/S/SquareMap/SquareMap-$pkgver.tar.gz")
11 md5sums=('7f421173f9efd33d03662e78b39e81ca')
14 cd "$srcdir/SquareMap-$pkgver"
15 python2 setup.py install --root=$pkgdir/ --optimize=1
18 # vim:set ts=2 sw=2 et: