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
1 changed files with 5 additions and 4 deletions

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))