1 # Contributor: David Moore <davidm@sjsoft.com>
6 pkgdesc="Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files"
9 url="https://secure.simplistix.co.uk/svn/xlwt/trunk"
10 depends=('python' 'setuptools')
11 source=("http://pypi.python.org/packages/source/x/xlwt/xlwt-$pkgver.tar.gz")
12 md5sums=('ed4b529b883a60b1b887fa30f31823f3')
15 cd $srcdir/xlwt-$pkgver
16 python2 setup.py install --root=$pkgdir