mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 23:44:05 +02:00
nlove, offrss: fix typo and depends
This commit is contained in:
parent
216706c0e7
commit
1fca17c18a
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user