1 # Contributor: graysky <graysky AT archlinux dot us>
2 # Contributor: some-guy94
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."
9 url="http://torrent-search.sourceforge.net/"
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')
17 cd ${srcdir}/${pkgname}
18 python2 setup.py build
19 python2 setup.py install --prefix=/usr --root="${pkgdir}"