updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / python2-objectlistview / PKGBUILD
blobf077b401d11ba8e523e786a7bf55784de3a29aec
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=python2-objectlistview
4 pkgver=1.2
5 pkgrel=2
6 pkgdesc="Wrapper around the wx.ListCtrl that makes the list control easier to use."
7 arch='any'
8 url="http://objectlistview.sourceforge.net/python/"
9 license='GPL2'
10 depends=('python2')
11 source=(http://downloads.sourceforge.net/project/objectlistview/objectlistview-python/v1.2/ObjectListView-$pkgver-without-graphics.zip)
12 md5sums='4012863eb68b5ec05d2c540a04629cbb'
15 build() {
16    cd $srcdir/ObjectListView-$pkgver
18    python2 setup.py install --root $pkgdir --optimize=1