sickbeard: rename to Sick-Beard, update to Sick-Beard-0f076f4, change download location, typos, cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-16 16:14:44 +02:00
parent 23a50a31be
commit 09d34e4144
4 changed files with 9 additions and 11 deletions

View File

@ -19,19 +19,19 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
PKG_NAME="sickbeard"
PKG_VERSION="12.04.11"
PKG_NAME="Sick-Beard"
PKG_VERSION="0f076f4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://antant.openelec.tv/"
PKG_URL="http://antant.openelec.tv/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS="Cheetah pyOpenSSL yenc unrar unzip par2cmdline"
PKG_BUILD_DEPENDS="toolchain"
PKG_SITE="https://github.com/midgetspy/Sick-Beard"
PKG_URL="$OPENELEC_SRC/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS="Python Cheetah SABnzbd"
PKG_BUILD_DEPENDS="toolchain Python"
PKG_PRIORITY="optional"
PKG_SECTION="plugins"
PKG_SHORTDESC="Sickbeard: automated TV show downloading."
PKG_LONGDESC="Sickbeard: automated TV show downloading."
PKG_SHORTDESC="Sick-beard: automated TV show downloading."
PKG_LONGDESC="Sick-beard: automated TV show downloading."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"

View File

@ -100,9 +100,7 @@ mkdir -p $INSTALL
# SABnzbd support
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
# Sickbeard support
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install Sick-Beard
# Graphic support
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER