diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-21 23:45:38 -0400 |
---|---|---|
committer | Chess Griffin <chess@chessgriffin.com> | 2010-05-23 23:10:22 -0500 |
commit | bff1d0ce570cbbac28618ac491bcdf4323c517de (patch) | |
tree | 7f0a99d1ff601835cadff65041ed321b7e154183 /system/conky/README | |
parent | bd0382d8dc8c6763ffe74245d6bce2ff868a8c43 (diff) | |
download | slackbuilds-bff1d0ce570cbbac28618ac491bcdf4323c517de.tar.gz |
Revert "system/conky: Removed (build failure)"
This reverts commit 4e8bfcc04205d55df1e283e93243a163d7a288f2.
Fix SlackBuild so conky builds on -current by removing the
--enable-audacious=yes configure option; miscellaneous
script cleanups.
Diffstat (limited to 'system/conky/README')
-rw-r--r-- | system/conky/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/conky/README b/system/conky/README new file mode 100644 index 0000000000..ad038cf7d5 --- /dev/null +++ b/system/conky/README @@ -0,0 +1,18 @@ +conky - A light-weight system monitor for X + +Conky is a system monitor for X originally based on the torsmo code. +Since it's original conception, Conky has changed a fair bit from +it's predecessor. Conky can display just about anything, either on +your root desktop or in it's own window. Conky has many built-in +objects, as well as the ability to execute programs and scripts, then +display the output from stdout. + +For lua scripting engine support the required dependencies are: +lua, imlib2 and tolua++ + +All of the above requirements are available from slackbuilds.org + +To disable lua support run the build with +LUA=NO ./conky.SlackBuild + + |