diff --git a/packages/plugins/SABnzbd/config/sabnzbd.conf b/packages/plugins/SABnzbd/config/sabnzbd.conf deleted file mode 100644 index d335da3e76..0000000000 --- a/packages/plugins/SABnzbd/config/sabnzbd.conf +++ /dev/null @@ -1,25 +0,0 @@ -################################################################################ -# SABnzbd Newsgroup downloader daemon environment variables. -# -# This file contains non-OpenELEC evironment variables as well as OpenELEC -# evironment variables that are not user defined. -################################################################################ - -#------------------------------------------------------------------------------- -# SABnzbd config file. -#------------------------------------------------------------------------------- -SABNZBD_CONFIG=~/.sabnzbd/sabnzbd.conf - -#------------------------------------------------------------------------------- -# SABnzbd host and port (example: 0.0.0.0:8080) -#------------------------------------------------------------------------------- -SABNZBD_HOST="0.0.0.0:8080" - -#------------------------------------------------------------------------------- -# do not change anything below -#------------------------------------------------------------------------------- - -SABNZBD_ARGS="-f $SABNZBD_CONFIG -s $SABNZBD_HOST" - -[ "$DEBUG" = yes ] && SABNZBD_ARGS="$SABNZBD_ARGS -l 2" - diff --git a/packages/plugins/SABnzbd/init.d/33_SABnzbd b/packages/plugins/SABnzbd/init.d/33_SABnzbd deleted file mode 100755 index 8a23d93551..0000000000 --- a/packages/plugins/SABnzbd/init.d/33_SABnzbd +++ /dev/null @@ -1,11 +0,0 @@ -# Starting SABnzbd Newsgroup downloader daemon -# -# runlevels: openelec, textmode - -( - progress "Starting SABnzbd Newsgroup downloader daemon" - - . /etc/sabnzbd.conf - - python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1 -)& diff --git a/packages/plugins/SABnzbd/install b/packages/plugins/SABnzbd/install deleted file mode 100755 index 9de4ba0c8a..0000000000 --- a/packages/plugins/SABnzbd/install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -. config/options $1 - -mkdir -p $INSTALL/usr/share/$1 - cp -PR $BUILD/$1*/* $INSTALL/usr/share/$1 - -mkdir -p $INSTALL/etc - cp $PKG_DIR/config/*.conf $INSTALL/etc diff --git a/packages/plugins/SABnzbd/meta b/packages/plugins/SABnzbd/meta deleted file mode 100644 index 9a3fae99ac..0000000000 --- a/packages/plugins/SABnzbd/meta +++ /dev/null @@ -1,16 +0,0 @@ -PKG_NAME="SABnzbd" -PKG_VERSION="0.5.6" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://sabnzbd.org/" -PKG_URL="$SOURCEFORGE_SRC/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" - -PKG_AUTORECONF="no"