updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / pyrocore / PKGBUILD
blobe9d37a0f71313597540787e4b231d9955f517949
1 # Maintainer: Dan Serban
2 # Contributor: Dieter_be
4 pkgname=pyrocore
5 pkgver=0.4.2
6 pkgrel=1
7 pkgdesc="A collection of tools for the BitTorrent protocol, especially the rTorrent client"
8 arch=(i686 x86_64)
9 license=(GPL)
10 url=http://pypi.python.org/pypi/pyrocore/
11 depends=(python2)
12 source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.zip")
13 md5sums=('6b2c751ce33b4d584a53155bb456daea')
15 package()
17   cd ${pkgname}-${pkgver}
18   python2 setup.py install --root="${pkgdir}" --optimize=1
19