projects/*/options: add configoption to build and install 'tools' package optional

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-19 12:16:59 +01:00
parent 8ecb345822
commit 4d711d4df9
5 changed files with 15 additions and 8 deletions

View File

@ -114,8 +114,9 @@
# build and install Transmission BitTorrent daemon (yes / no)
TRANSMISSION="no"
# todo (need for vdr?)
SERVICES="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives

View File

@ -113,8 +113,9 @@
# build and install Transmission BitTorrent daemon (yes / no)
TRANSMISSION="yes"
# todo (need for vdr?)
SERVICES="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives

View File

@ -113,8 +113,9 @@
# build and install Transmission BitTorrent daemon (yes / no)
TRANSMISSION="yes"
# todo (need for vdr?)
SERVICES="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives

View File

@ -113,8 +113,9 @@
# build and install Transmission BitTorrent daemon (yes / no)
TRANSMISSION="yes"
# todo (need for vdr?)
SERVICES="yes"
# build and install some tools for including in release (yes / no)
# some of this tools are: htop, nano, wgetpaste
TOOLS="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives

View File

@ -105,6 +105,9 @@ mkdir -p $INSTALL
[ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk
[ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk
# some system tools
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools
# Devtools... (not for Release)
[ "$TESTING" = "yes" ] && $SCRIPTS/install testing
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install debug