2014-07-02 10:45:24 +00:00
|
|
|
# Template file for 'sabnzbd'
|
|
|
|
pkgname=sabnzbd
|
2014-11-23 11:25:56 +00:00
|
|
|
version=0.7.20
|
2014-11-14 17:04:11 +00:00
|
|
|
revision=1
|
2014-07-02 10:45:24 +00:00
|
|
|
wrksrc="SABnzbd-${version}"
|
2014-07-30 00:31:34 +00:00
|
|
|
depends="par2cmdline python-cheetah python-configobj python-feedparser python-gntp python-openssl python-yenc unzip"
|
2014-07-02 10:45:24 +00:00
|
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
|
|
# sabnzbd itself is GPL, but it bundles libraries that are covered by
|
|
|
|
# BSD, LGPL-2 and MIT. In combination, that makes this package GPL.
|
|
|
|
license="GPL"
|
|
|
|
homepage="http://sabnzbd.org/"
|
2014-11-01 20:53:39 +00:00
|
|
|
update_ignore="*RC*"
|
2014-07-02 10:45:24 +00:00
|
|
|
short_desc="SABnzbd is an Open Source Binary Newsreader written in Python"
|
2014-11-01 20:53:39 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/sabnzbdplus/SABnzbd-${version}-src.tar.gz"
|
2014-11-23 11:25:56 +00:00
|
|
|
checksum=20b3a4613a0ecdede4fdfeb628ae806e458ac1a6fb684306328dd4ed1faf8742
|
2014-07-02 10:45:24 +00:00
|
|
|
|
2014-07-02 11:24:29 +00:00
|
|
|
noarch=yes
|
|
|
|
pycompile_dirs="/usr/share/sabnzbd"
|
|
|
|
|
2014-07-02 10:45:24 +00:00
|
|
|
pre_install() {
|
|
|
|
rm -rf gntp sabnzbd/utils/{feedparser,configobj}.py
|
|
|
|
rm -f licenses/License-{feedparser,configobj,gntp,Python}.txt
|
|
|
|
rm -rf solaris
|
|
|
|
|
|
|
|
# sabnzbd bundles a heavily modified version of cherrypy. It's
|
|
|
|
# uncertain what base version they use, or where each individual
|
|
|
|
# patch came from, so using upstream cherrypy isn't an option.
|
|
|
|
|
|
|
|
# sabnzbd also bundles a variety of small libraries, some of which
|
|
|
|
# haven't been maintained since 2006. There may be no point to
|
|
|
|
# packaging them separately.
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/licenses/${pkgname}
|
|
|
|
mv licenses/* ${DESTDIR}/usr/share/licenses/${pkgname}
|
|
|
|
mv COPYRIGHT.txt ${DESTDIR}/usr/share/licenses/${pkgname}
|
|
|
|
rmdir licenses
|
|
|
|
|
|
|
|
vmkdir usr/share/sabnzbd
|
|
|
|
mv * ${DESTDIR}/usr/share/sabnzbd/
|
|
|
|
|
2014-07-02 11:34:33 +00:00
|
|
|
vinstall ${FILESDIR}/sabnzbd 0755 usr/bin/
|
2014-07-02 10:45:24 +00:00
|
|
|
}
|