mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 01:09:41 +02:00
robots: remove BROKEN, install to /usr/bin/
This commit is contained in:
parent
deb6c2eb2f
commit
57b658a157
@ -22,7 +22,7 @@ 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
|
||||
@ -30,10 +30,11 @@ 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))
|
||||
|
Loading…
Reference in New Issue
Block a user