summaryrefslogtreecommitdiffstats
path: root/system/conky/conky.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2010-09-07 10:37:48 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-09-07 10:37:48 -0400
commit81412a04e6223d4b44a3255ae665a0c55abddf36 (patch)
tree5e1160b438197f0bdeac5f3c5a2a6639c1509f39 /system/conky/conky.SlackBuild
parenta3dd5a4576f6be2b95c3bf4b005e2ac0608fa186 (diff)
downloadslackbuilds-81412a04e6223d4b44a3255ae665a0c55abddf36.tar.gz
slackbuilds-81412a04e6223d4b44a3255ae665a0c55abddf36.tar.xz
system/conky: LUA support is not enabled by default anymore.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/conky/conky.SlackBuild')
-rw-r--r--system/conky/conky.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild
index 094c94a82f..8f06c71b3f 100644
--- a/system/conky/conky.SlackBuild
+++ b/system/conky/conky.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=conky
VERSION=1.8.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -24,6 +24,9 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
+# Pass LUA=yes if you want to build lua scripting engine support.
+LUA=${LUA:-"NO"}
+
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LBIDIRSUFFIX=""