desktop/vwm: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 15:28:02 -05:00
parent 0782eafeb1
commit bab29c8b41
2 changed files with 1 additions and 3 deletions

View file

@ -13,6 +13,4 @@ few simple API rules, anyone can create a "native application" which will
appear on the VWM Main Menu. The mechanism for this is very similar to
Mozilla-style plugins.
Requires libpseudo, libviper and libgtop, all available at SlackBuilds.org.
See /usr/doc/vwm-2.0.2/samples/vwmrc for information on customising VWM.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://kent.dl.sourceforge.net/sourceforge/vwm/vwm-2.0.2.tar.gz"
MD5SUM="d6f2e7c9ec0ad28eb863629b6edf53af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgtop libpseudo libviper"
REQUIRES="libpseudo libviper libgtop"
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave <at> gmail {dot} com"