1 # Contributor : graysky <graysky AT archlinux DOT us>
3 pkgname=flexget-working
5 pkgdesc="An automation tool for content like torrents, podcasts, etc. that uses RSS-feeds, html, and even csv files.)"
9 url="http://flexget.com/"
11 depends=('python2' 'python2-distribute' 'python-yaml' 'python-feedparser' 'python-progressbar' 'pynzb' 'pyrss2gen' 'python-html5lib' 'beautiful-soup' 'python2-sqlalchemy')
13 install=(readme.install)
14 source=(http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz config.yml)
17 cd $srcdir/${_pkgname}-$pkgver
18 python2 setup.py install --root=$pkgdir/ --optimize=1
19 install -D $srcdir/config.yml $pkgdir/usr/share/flexget/config.yml
21 sha256sums=('423018917e6516c8815668aedaecb5e331f32130d2705627802c01bec9950762'
22 '241873e369418e669ef3d4a10d9af07fc7e8c5434c50f597ee00308f33e5b266')