updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / lurklib / PKGBUILD
blob0390720aa3fe4347062202f5287e06d8a5c92ee0
1 # Maintainer: LK- <jamieleshaw@gmail.com>
2 pkgname=lurklib
3 pkgver=0.6.0.1
4 pkgrel=1
5 pkgdesc="Lurklib is a threading-safe, event-driven IRC library designed for creating anything from bots to full-fledged IRC Clients."
6 arch=(any)
7 url="http://github.com/LK-/lurklib/"
8 license=('GPL')
9 depends=(setuptools)
10 optdepends=('python: Support for Python 3+'
11 'python2: Support for Python 2.6+')
12 source=(http://pypi.python.org/packages/source/l/lurklib/$pkgname-$pkgver.tar.gz)
13 md5sums=('e5869480be48f957c14ec6a2484468c4')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   python setup.py install --root=$pkgdir/ --optimize=1
19   python2 setup.py install --root=$pkgdir/ --optimize=1