
torrent-search - python2
By: a guest on
Oct 19th, 2010 | syntax:
None | size: 0.72 KB | hits: 57 | expires: Never
# Contributor: graysky <graysky AT archlinux dot us>
# Contributor: some-guy94
pkgname=torrent-search
pkgver=0.9.1.1
pkgrel=1
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."
arch=('any')
url="http://torrent-search.sourceforge.net/"
license=('GPL')
depends=('python2' 'gettext' 'pygtk' 'python-lxml' 'python2-httplib2' 'dbus-python')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}.tar.gz")
md5sums=('3fa59f2fe8e885aa68d5573f917eb40e')
build()
{
cd ${srcdir}/${pkgname}
python2 setup.py build
python2 setup.py install --prefix=/usr --root="${pkgdir}"
}