updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / downpour-svn / PKGBUILD
blobe9817fad26ae761b0547e3fac33fba688e60e91f
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=downpour-svn
4 pkgver=1019
5 pkgrel=1
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')
10 options=(!emptydirs)
11 conflicts=('downpour')
12 arch=('i686' 'x86_64')
13 license=('GPL')
14 install=downpour.install
16 _svntrunk=http://jongsma.org/svn/downpour/trunk 
17 _svnmod=downpour
19 build() {
20   cd $startdir/src
22   svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
24   msg "SVN checkout done or server timeout"
25   msg "Starting make..."
27   cd $srcdir/downpour
29   python2 setup.py install --root=$pkgdir --optimize=1
30   install -Dm644 cfg/downpour.cfg $pkgdir/etc/downpour.cfg