projects/*/options: add option to enable/disable Sick-Beard support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-18 11:13:18 +01:00
parent a31e5cf091
commit b1fdeff616
4 changed files with 12 additions and 0 deletions

View File

@ -114,6 +114,9 @@
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
SABNZBD="no"
# build and install SickBeard Newsgroup downloader daemon (yes / no)
SICKBEARD="no"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -113,6 +113,9 @@
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
SABNZBD="yes"
# build and install SickBeard Newsgroup downloader daemon (yes / no)
SICKBEARD="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -113,6 +113,9 @@
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
SABNZBD="yes"
# build and install SickBeard Newsgroup downloader daemon (yes / no)
SICKBEARD="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"

View File

@ -113,6 +113,9 @@
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
SABNZBD="yes"
# build and install SickBeard Newsgroup downloader daemon (yes / no)
SICKBEARD="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"