mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
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:
parent
23a50a31be
commit
09d34e4144
@ -19,19 +19,19 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="sickbeard"
|
PKG_NAME="Sick-Beard"
|
||||||
PKG_VERSION="12.04.11"
|
PKG_VERSION="0f076f4"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://antant.openelec.tv/"
|
PKG_SITE="https://github.com/midgetspy/Sick-Beard"
|
||||||
PKG_URL="http://antant.openelec.tv/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="$OPENELEC_SRC/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS="Cheetah pyOpenSSL yenc unrar unzip par2cmdline"
|
PKG_DEPENDS="Python Cheetah SABnzbd"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain Python"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="plugins"
|
PKG_SECTION="plugins"
|
||||||
PKG_SHORTDESC="Sickbeard: automated TV show downloading."
|
PKG_SHORTDESC="Sick-beard: automated TV show downloading."
|
||||||
PKG_LONGDESC="Sickbeard: automated TV show downloading."
|
PKG_LONGDESC="Sick-beard: automated TV show downloading."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
@ -100,9 +100,7 @@ mkdir -p $INSTALL
|
|||||||
|
|
||||||
# SABnzbd support
|
# SABnzbd support
|
||||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
||||||
|
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install Sick-Beard
|
||||||
# Sickbeard support
|
|
||||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard
|
|
||||||
|
|
||||||
# Graphic support
|
# Graphic support
|
||||||
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user