Change Details
robots/Makefile |
| 1 | # This is free software, licensed under the GNU General Public License |
| 2 | # v2. See /LICENSE for more information. |
| 3 | include $(TOPDIR)/rules.mk |
| 4 | |
| 5 | PKG_NAME:=robots |
| 6 | PKG_VERSION:=6.6.6 |
| 7 | PKG_RELEASE:=6 |
| 8 | |
| 9 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
| 10 | PKG_SOURCE_URL:=http://pyneo.org/t |
| 11 | PKG_MD5SUM:=c673aaab232243c660484d2969e3cf30 |
| 12 | PKG_INSTALL:=1 |
| 13 | |
| 14 | include $(INCLUDE_DIR)/package.mk |
| 15 | |
| 16 | define Package/robots |
| 17 | SECTION:=utilites |
| 18 | CATEGORY:=Utilities |
| 19 | TITLE:=An robots application |
| 20 | URL:=http://pyneo.org/t/robots |
| 21 | DEPENDS:=+libncurses |
| 22 | endef |
| 23 | |
| 24 | define Package/robots/description |
| 25 | A robots application |
| 26 | endef |
| 27 | |
| 28 | define Package/robots/install |
| 29 | $(INSTALL_DIR) $(1)/usr/games |
| 30 | $(INSTALL_BIN) \ |
| 31 | $(PKG_INSTALL_DIR)/usr/games/robots \ |
| 32 | $(1)/usr/games/ |
| 33 | endef |
| 34 | |
| 35 | $(eval $(call BuildPackage,robots)) |
Download the corresponding diff file