games/cubosphere: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-27 12:56:26 -05:00
parent 4cf4e5aed6
commit dfa97d3f91
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,5 @@ Away". It is designed platform independend, written in C++ and using the
following libraries: OpenGL, SDL (Simple DirectMedia Layer), libjpeg, LUA,
GLSL-Shader.
This requires lua.
Note: In order to load the background music (eg. loading *.mp3 files), install
smpeg and then rebuild the sdl package that comes with Slackware.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/cubosphere/cubosphere_unix_0.04b.tar.
MD5SUM="4d594015196bb546576903f225f3b3c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua smpeg"
REQUIRES="lua"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"