Don't like ads? PRO users don't see any ads ;-)
Guest

torrent-search - python2

By: a guest on Oct 19th, 2010  |  syntax: None  |  size: 0.72 KB  |  hits: 57  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: graysky <graysky AT archlinux dot us>
  2. # Contributor: some-guy94
  3.  
  4. pkgname=torrent-search
  5. pkgver=0.9.1.1
  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. md5sums=('3fa59f2fe8e885aa68d5573f917eb40e')
  14.  
  15. build()
  16. {
  17.     cd ${srcdir}/${pkgname}
  18.     python2 setup.py build
  19.     python2 setup.py install --prefix=/usr --root="${pkgdir}"
  20. }