mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 04:25:20 +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
|
SECTION:=games
|
||||||
CATEGORY:=Games
|
CATEGORY:=Games
|
||||||
TITLE:=LÖVE
|
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/
|
URL:=http://bartbes.ath.cx/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -38,7 +38,6 @@ define Build/Compile
|
|||||||
platform/nlove/build.sh);$
|
platform/nlove/build.sh);$
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/nlove/install
|
define Package/nlove/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(1)/usr/bin/
|
||||||
|
@ -17,7 +17,7 @@ define Package/offrss
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Offrss
|
TITLE:=Offrss
|
||||||
URL:=http://vicerveza.homeunix.net/~viric/cgi-bin/offrss/doc/trunk/doc/home.wiki
|
URL:=http://vicerveza.homeunix.net/~viric/cgi-bin/offrss/doc/trunk/doc/home.wiki
|
||||||
DEPNEDS:=+libcurl +libnxml +libmrss
|
DEPENDS:=+libcurl +libnxml +libmrss
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude
|
TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude
|
||||||
|
Loading…
Reference in New Issue
Block a user