1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

nlove, offrss: fix typo and depends

This commit is contained in:
Xiangfu Liu
2011-01-20 20:39:18 +08:00
parent 216706c0e7
commit 1fca17c18a
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ define Package/nlove
SECTION:=games
CATEGORY:=Games
TITLE:=LÖVE
DEPENDS:=+libphysfs +libsdl +libsdl-image +libsdl-gfx +libsdl-mixer +lua +libvorbisidec
DEPENDS:=+libphysfs +libsdl +libsdl-image +libsdl-gfx +libsdl-mixer +lua +libvorbisidec +libvorbis
URL:=http://bartbes.ath.cx/
endef
@@ -38,7 +38,6 @@ define Build/Compile
platform/nlove/build.sh);$
endef
define Package/nlove/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(1)/usr/bin/

View File

@@ -17,7 +17,7 @@ define Package/offrss
CATEGORY:=Network
TITLE:=Offrss
URL:=http://vicerveza.homeunix.net/~viric/cgi-bin/offrss/doc/trunk/doc/home.wiki
DEPNEDS:=+libcurl +libnxml +libmrss
DEPENDS:=+libcurl +libnxml +libmrss
endef
TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude