updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / torrent-search / PKGBUILD
blobc7d46eec206f06597e108cffe76719bd52ea03d3
1 # Contributor: graysky <graysky AT archlinux dot us>
2 # Contributor: some-guy94
4 pkgname=torrent-search
5 pkgver=0.11.2
6 pkgrel=1
7 pkgdesc="Looks for torrent files on different websites, and allows the user to filter the results, making it very easy to find the torrent you want."
8 arch=('any')
9 url="http://torrent-search.sourceforge.net/"
10 license=('GPL')
11 depends=('python2' 'gettext' 'pygtk' 'python-lxml' 'python2-httplib2' 'dbus-python')
12 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}.tar.gz")
13 sha256sums=('501e3488fbc73d6be422b5079f75bc75b824a2c671f1061de17ab6409d0b2a67')
15 build()
17         cd ${srcdir}/${pkgname}
18         python2 setup.py build
19         python2 setup.py install --prefix=/usr --root="${pkgdir}"