Root/robots/Makefile

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

Archive Download this file



interactive