mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SABnzbd: add meta file support, update to SABnzbd-0.5.5
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
14a6198e6d
commit
fff8324c32
@ -2,16 +2,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install Cheetah
|
||||
$SCRIPTS/install yenc
|
||||
$SCRIPTS/install pyOpenSSL
|
||||
$SCRIPTS/install feedparser
|
||||
$SCRIPTS/install unrar
|
||||
$SCRIPTS/install unzip
|
||||
$SCRIPTS/install par2cmdline
|
||||
|
||||
mkdir -p $INSTALL/usr/share/$1
|
||||
cp -P $BUILD/$1*/* $INSTALL/usr/share/$1
|
||||
cp -PR $BUILD/$1*/* $INSTALL/usr/share/$1
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp -P $PKG_DIR/config/*.conf $INSTALL/etc
|
||||
cp $PKG_DIR/config/*.conf $INSTALL/etc
|
||||
|
16
packages/plugins/SABnzbd/meta
Normal file
16
packages/plugins/SABnzbd/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="SABnzbd"
|
||||
PKG_VERSION="0.5.5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://sabnzbd.org/"
|
||||
PKG_URL="http://switch.dl.sourceforge.net/sourceforge/sabnzbdplus/${PKG_NAME}-${PKG_VERSION}-src.tar.gz"
|
||||
PKG_DEPENDS="Cheetah yenc pyOpenSSL feedparser unrar unzip par2cmdline"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="plugins"
|
||||
PKG_SHORTDESC="SABnzbd: makes Usenet as simple and streamlined as possible by automating everything we can."
|
||||
PKG_LONGDESC="SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://switch.dl.sourceforge.net/sourceforge/sabnzbdplus/SABnzbd-0.5.4-src.tar.gz
|
Loading…
x
Reference in New Issue
Block a user