development/love: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 17:15:00 -05:00
parent 9cee8bbf21
commit 5ae82283f2
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +1 @@
LÖVE is a framework for developing 2D games in Lua.
This requires lua, DevIL, physfs, libmodplug and OpenAL.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://bitbucket.org/rude/love/downloads/love-0.8.0-linux-src.tar.gz"
MD5SUM="9db9c32585fc7c7da3eba7e438783099"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="DevIL OpenAL libmodplug lua physfs"
REQUIRES="lua DevIL physfs libmodplug OpenAL"
MAINTAINER="Dugan Chen"
EMAIL="thedoogster [at] gmail [dot] com"