games/cubosphere: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
4cf4e5aed6
commit
dfa97d3f91
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue