PKGBUILDs/aur/flexget/PKGBUILD

33 lines
1.1 KiB
Bash
Raw Normal View History

2012-06-26 20:46:36 +00:00
# Maintainer: Amr Hassan <amr.hassan@gmail.com>
2011-03-22 04:29:33 +00:00
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
pkgname=flexget
_pkgname=FlexGet
2013-02-02 00:03:21 +00:00
pkgver=1.0.3288
2013-01-12 00:24:04 +00:00
pkgrel=2
2011-03-22 04:29:33 +00:00
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
arch=(any)
url="http://flexget.com/"
2012-04-15 16:43:21 +00:00
depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
2012-06-26 20:46:36 +00:00
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
2012-12-02 18:18:39 +00:00
'python2-beautifulsoup4>=4.1' 'python2-beautifulsoup3>=3.2' 'python2-yaml' 'python2-feedparser'
2013-02-02 00:03:21 +00:00
'python2-flask' 'python2-requests' 'python2-certifi>=0.0.7'
2012-06-26 20:46:36 +00:00
'python2-chardet>=1.0.0' 'python2-dateutil')
2013-01-12 00:24:04 +00:00
optdepends=('pytransmissionrpc: Transmission support')
2011-03-22 04:29:33 +00:00
makedepends=('python2-distribute')
license=('MIT')
2012-06-26 20:46:36 +00:00
#install=('flexget.install')
2013-02-02 00:03:21 +00:00
source=("http://download.flexget.com/${_pkgname}-${pkgver}.tar.gz")
2011-03-22 04:29:33 +00:00
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
2012-06-26 20:46:36 +00:00
2011-03-22 04:29:33 +00:00
python2 setup.py install --root=${pkgdir}/ optimize=1
2012-06-26 20:46:36 +00:00
chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-1.0-py2.7.egg-info/*
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
2011-03-22 04:29:33 +00:00
}
2012-06-26 20:46:36 +00:00
2013-01-12 00:24:04 +00:00
2013-02-02 00:03:21 +00:00
md5sums=('34e7032ac1d76a35bbfd31f6335ca138')