1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Web-based BitTorrent client supporting auto-downloading from RSS and importing and renaming into a media library."
7 url="http://jongsma.org/software/downpour/"
8 depends=('libtorrent' 'python-dateutil' 'python-jinja' 'python2-feedparser' 'sqlite3' 'storm' 'twisted')
9 makedepends=('python2-distribute')
11 conflicts=('downpour')
12 arch=('i686' 'x86_64')
14 install=downpour.install
16 _svntrunk=http://jongsma.org/svn/downpour/trunk
22 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
24 msg "SVN checkout done or server timeout"
25 msg "Starting make..."
29 python2 setup.py install --root=$pkgdir --optimize=1
30 install -Dm644 cfg/downpour.cfg $pkgdir/etc/downpour.cfg