mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/flexget to 1.0r2983
This commit is contained in:
parent
976a2aaa28
commit
d22ace2adb
1 changed files with 14 additions and 15 deletions
29
aur/flexget/PKGBUILD
Normal file → Executable file
29
aur/flexget/PKGBUILD
Normal file → Executable file
|
@ -1,31 +1,30 @@
|
||||||
|
# Maintainer: Amr Hassan <amr.hassan@gmail.com>
|
||||||
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
|
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=flexget
|
pkgname=flexget
|
||||||
_pkgname=FlexGet
|
_pkgname=FlexGet
|
||||||
pkgver=1.0r2899
|
pkgver=1.0r2983
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="http://flexget.com/"
|
url="http://flexget.com/"
|
||||||
depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
|
depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
|
||||||
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
|
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
|
||||||
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser'
|
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser'
|
||||||
'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7'
|
'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7'
|
||||||
'python2-chardet>=1.0.0' 'python2-dateutil')
|
'python2-chardet>=1.0.0' 'python2-dateutil')
|
||||||
makedepends=('python2-distribute')
|
makedepends=('python2-distribute')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
#install=('flexget.install')
|
||||||
source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz")
|
source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz")
|
||||||
md5sums=('6a786808d0dba17bb6b9e6ad47fbb7a4')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
|
||||||
python2 setup.py build
|
|
||||||
|
|
||||||
}
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||||
|
|
||||||
python2 setup.py install --root=${pkgdir}/ optimize=1
|
python2 setup.py install --root=${pkgdir}/ optimize=1
|
||||||
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
|
||||||
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
md5sums=('c9e46bba947c2f83a65c598f4f107df5')
|
||||||
|
|
Loading…
Reference in a new issue