SABnzbd: remove package SABnzbd

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-05 23:27:55 +01:00
parent 8287244fc1
commit 6460b424a2
4 changed files with 0 additions and 61 deletions

View File

@ -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"

View File

@ -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
)&

View File

@ -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

View File

@ -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"