updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / python-pyexcelerator / PKGBUILD
blob5fc56369cbeebf0bb880286df7a126e64dddfd01
1 #Contributor: Fung Wing Kit <wengee@gmail.com>
2 pkgname=python-pyexcelerator
3 pkgver=0.6.4.1
4 pkgrel=1
5 pkgdesc="generating Excel 97+ files; importing Excel 95+ files; Excel files dumper; OLE2 files dumper; xls2txt, xls2csv, xls2html"
6 arch=(any)
7 url="http://pyexcelerator.sourceforge.net"
8 depends=('python>=2.4')
9 source=(http://downloads.sourceforge.net/project/pyexcelerator/pyExcelerator/${pkgver}/pyexcelerator-${pkgver}.zip)
10 license=('BSD License')
12 build()
14   cd $startdir/src/pyexcelerator-$pkgver
15   python setup.py install --root=$startdir/pkg
18 md5sums=('2b49954d2647c846df9bb24cac0980ca')