1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 01:02:49 +02:00

robots: remove BROKEN, install to /usr/bin/

This commit is contained in:
Xiangfu Liu 2011-01-17 13:44:40 +08:00
parent deb6c2eb2f
commit 57b658a157

View File

@ -22,18 +22,19 @@ define Package/robots
CATEGORY:=Utilities
TITLE:=An robots application
URL:=http://pyneo.org/t/robots
DEPENDS:=@BROKEN +libncurses
DEPENDS:=+libncurses
endef
define Package/robots/description
A robots application
A robots application
endef
define Package/robots/install
$(INSTALL_DIR) $(1)/usr/games
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_DIR) $(1)/usr/games/lib
$(INSTALL_BIN) \
$(PKG_INSTALL_DIR)/usr/games/robots \
$(1)/usr/games/
$(1)/usr/bin/
endef
$(eval $(call BuildPackage,robots))