1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:52:01 +03:00

Update nlove to new repo version, with working sound

This commit is contained in:
bartbes 2010-11-07 18:13:54 +01:00
parent 8dbf61cc60
commit 13054fb232

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nlove
PKG_REV:=459
PKG_REV:=464
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
@ -19,7 +19,7 @@ define Package/nlove
SECTION:=games
CATEGORY:=Games
TITLE:=LÖVE
DEPENDS:=+libphysfs +libsdl +libsdl-image +libsdl-gfx +libsdl-mixer +lua
DEPENDS:=+libphysfs +libsdl +libsdl-image +libsdl-gfx +libsdl-mixer +lua +libvorbisidec
URL:=http://bartbes.ath.cx/
endef