updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-olefileio / PKGBUILD
blobae8dfb62e0f2e993d97f38e32f695c73bc70da27
1 # Contributor: Wes Brown <wesbrown18@gmail.com>
2 pkgname=python2-olefileio
3 pkgver=0.21
4 pkgrel=0
5 pkgdesc="This is a Python library to parse OLE files."
6 arch=('i686' 'x86_64')
7 url=("http://www.decalage.info/python/olefileio")
8 license=('MIT')
9 depends=('python2')
10 source=("https://bitbucket.org/decalage/olefileio_pl/downloads/OleFileIO_PL-${pkgver}.zip")
11 md5sums=('f14e42a6c24755e8cc3b23713648f925')
13 build() {
14   cd "$srcdir/OleFileIO_PL-${pkgver}"
15   python2 setup.py build install --root="${pkgdir}" || return 1
18 # vim:set ts=2 sw=2 et: