mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 14:34:04 +02:00
frotz: add 4 zcode games
This commit is contained in:
parent
fe60208f97
commit
f5a7f946ff
@ -9,14 +9,25 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/frotz
|
define Package/frotz/Default
|
||||||
TITLE:=frotz
|
|
||||||
SECTION:=games
|
SECTION:=games
|
||||||
CATEGORY:=Games
|
CATEGORY:=Games
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/frotz
|
||||||
|
TITLE:=frotz
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
URL:=http://frotz.sourceforge.net/
|
URL:=http://frotz.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/frotz-games
|
||||||
|
TITLE:=frotz-games
|
||||||
|
SECTION:=games
|
||||||
|
CATEGORY:=Games
|
||||||
|
DEPENDS:=+frotz
|
||||||
|
URL:=http://ifarchive.org/if-archive/games/zcode/
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_VARS +=CONFIG_DIR=/etc \
|
MAKE_VARS +=CONFIG_DIR=/etc \
|
||||||
INCL=-I$(STAGING_DIR)/usr/include \
|
INCL=-I$(STAGING_DIR)/usr/include \
|
||||||
LIB=-L$(STAGING_DIR)/usr/lib \
|
LIB=-L$(STAGING_DIR)/usr/lib \
|
||||||
@ -29,10 +40,15 @@ define Package/frotz/description
|
|||||||
A Portable Z-Machine Interpreter
|
A Portable Z-Machine Interpreter
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/frotz/install
|
define Package/frotz/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/frotz $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/frotz $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/frotz-games/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/games/zcode/
|
||||||
|
$(CP) $(FILES_DIR)/* $(1)/usr/games/zcode/
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,frotz))
|
$(eval $(call BuildPackage,frotz))
|
||||||
|
$(eval $(call BuildPackage,frotz-games))
|
||||||
|
BIN
frotz/files/adverbum.z5
Normal file
BIN
frotz/files/adverbum.z5
Normal file
Binary file not shown.
BIN
frotz/files/awaken.z5
Normal file
BIN
frotz/files/awaken.z5
Normal file
Binary file not shown.
BIN
frotz/files/photopia.z5
Normal file
BIN
frotz/files/photopia.z5
Normal file
Binary file not shown.
BIN
frotz/files/vgame.z8
Normal file
BIN
frotz/files/vgame.z8
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user