updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-wikitools / PKGBUILD
blob2e1c45432cd479877f1e65a0d9d1dce951bd1099
1 # Contributor: RĂ©mi Audebert <quaero.galileo@gmail.com>
3 pkgname=python2-wikitools
4 pkgver=1.1.1
5 pkgrel=1
6 pkgdesc="Python scripts and modules to interact with the MediaWiki API"
7 arch=('any')
8 url="http://code.google.com/p/python-wikitools/"
9 license=('cc-by-sa-3.0' 'GPL3')
10 depends=('python2'
11          'python-simplejson')
12 optdepends=('python-poster: file upload support')
13 source=('http://python-wikitools.googlecode.com/files/wikitools-1.1.1.tar.gz')
14 md5sums=('914ee078fc9e41158ed43960b6af0804')
16 build() {
17     cd "$srcdir/wikitools-$pkgver"
19     msg "Starting setup.py..."
20     python2 setup.py install --root=$pkgdir/ --optimize=1