SABnzbd: add meta file support, update to SABnzbd-0.5.5

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 20:41:54 +01:00
parent 14a6198e6d
commit fff8324c32
3 changed files with 18 additions and 11 deletions

View File

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

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

View File

@ -1 +0,0 @@
http://switch.dl.sourceforge.net/sourceforge/sabnzbdplus/SABnzbd-0.5.4-src.tar.gz