mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/love: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
9cee8bbf21
commit
5ae82283f2
2 changed files with 1 additions and 3 deletions
|
@ -1,3 +1 @@
|
|||
LÖVE is a framework for developing 2D games in Lua.
|
||||
|
||||
This requires lua, DevIL, physfs, libmodplug and OpenAL.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue