diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-19 12:07:13 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-19 12:07:13 +0000 |
commit | f987b964a93806b12d1a6b3b7d1a30b4eb2be962 (patch) | |
tree | d04a2d7d4fc01d23e485fac9edf17cc08e51136c /app/emulation | |
parent | 10693bc510ef9bfb7dd9e2ab3334f5d90ff3fed5 (diff) | |
download | slackbuilds-f987b964a93806b12d1a6b3b7d1a30b4eb2be962.tar.gz slackbuilds-f987b964a93806b12d1a6b3b7d1a30b4eb2be962.tar.bz2 |
all: removido a opção --help dos slackbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@724 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/emulation')
-rwxr-xr-x | app/emulation/kqemu/kqemu.SlackBuild | 21 | ||||
-rwxr-xr-x | app/emulation/qemu/qemu.SlackBuild | 21 | ||||
-rwxr-xr-x | app/emulation/wine/wine.SlackBuild | 21 |
3 files changed, 0 insertions, 63 deletions
diff --git a/app/emulation/kqemu/kqemu.SlackBuild b/app/emulation/kqemu/kqemu.SlackBuild index 3d7c7b8a..a6d266e4 100755 --- a/app/emulation/kqemu/kqemu.SlackBuild +++ b/app/emulation/kqemu/kqemu.SlackBuild @@ -50,27 +50,6 @@ MD5=${MD5:=$MD5_ORIG} URL=${URL:="http://fabrice.bellard.free.fr/qemu/$SRC"} KVERSION=`uname -r | tr - _ ` -# ---------------- SlackBuild Help ---------------------- -if [ "$1" = "--help" -o "$1" = "help" ]; then - echo -e "\033[01;32m -Use: var1=\"value 1\" var2=\"value 2\" ... <package>.SlackBuild -where: - ARCH=machine arch (i386, i486, i686, ...) - VERSION=package version - BUILD=package build version (default 1rud) - SRC=source name of package - SRC_DIR=source directory (default $PWD) - TMP=temporary directory (default /tmp) - REPOS=repository directory - PREFIX=prefix from install package - OPTCONF=options to pass from ./configure. To configure - help, use OPTCONF=\"--help\" - MD5=md5sum from package source - URL=url from package source -\033[m" - exit $ERROR_HELP -fi - # ---------------- Download fontes ---------------------- # Fonte a ser compilada, com o path SOURCE=$SRC_DIR/qemu/$SRC diff --git a/app/emulation/qemu/qemu.SlackBuild b/app/emulation/qemu/qemu.SlackBuild index 69983ff8..b0b6df9d 100755 --- a/app/emulation/qemu/qemu.SlackBuild +++ b/app/emulation/qemu/qemu.SlackBuild @@ -42,27 +42,6 @@ OPTCONF=${OPTCONF:="--enable-alsa"} MD5=${MD5:=$MD5_ORIG} URL=${URL:="http://fabrice.bellard.free.fr/qemu/$SRC"} -# ---------------- SlackBuild Help ---------------------- -if [ "$1" = "--help" -o "$1" = "help" ]; then - echo -e "\033[01;32m -Use: var1=\"value 1\" var2=\"value 2\" ... <package>.SlackBuild -where: - ARCH=machine arch (i386, i486, i686, ...) - VERSION=package version - BUILD=package build version (default 1rud) - SRC=source name of package - SRC_DIR=source directory (default $PWD) - TMP=temporary directory (default /tmp) - REPOS=repository directory - PREFIX=prefix from install package - OPTCONF=options to pass from ./configure. To configure - help, use OPTCONF=\"--help\" - MD5=md5sum from package source - URL=url from package source -\033[m" - exit $ERROR_HELP -fi - # ---------------- Download fontes ---------------------- # Fonte a ser compilada, com o path SOURCE=$SRC_DIR/$PACKAGE/$SRC diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild index e23239af..b6c085e8 100755 --- a/app/emulation/wine/wine.SlackBuild +++ b/app/emulation/wine/wine.SlackBuild @@ -42,27 +42,6 @@ OPTCONF=${OPTCONF:=""} MD5=${MD5:=$MD5_ORIG} URL=${URL:="http://ibiblio.org/pub/linux/system/emulators/wine/$SRC"} -# ---------------- SlackBuild Help ---------------------- -if [ "$1" = "--help" -o "$1" = "help" ]; then - echo -e "\033[01;32m -Use: var1=\"value 1\" var2=\"value 2\" ... <package>.SlackBuild -where: - ARCH=machine arch (i386, i486, i686, ...) - VERSION=package version - BUILD=package build version (default 1rud) - SRC=source name of package - SRC_DIR=source directory (default $PWD) - TMP=temporary directory (default /tmp) - REPOS=repository directory - PREFIX=prefix from install package - OPTCONF=options to pass from ./configure. To configure - help, use OPTCONF=\"--help\" - MD5=md5sum from package source - URL=url from package source -\033[m" - exit $ERROR_HELP -fi - # ---------------- Download fontes ---------------------- # Fonte a ser compilada, com o path SOURCE=$SRC_DIR/$PACKAGE/$SRC |