Root/ikog/Makefile

Source at commit 1b3135c created 12 years 5 months ago.
By Xiangfu Liu, new package: SDL-widgets: a GUI toolkit on top of the SDL libraries
1include $(TOPDIR)/rules.mk
2
3PKG_NAME:=ikog
4PKG_VERSION:=1.90
5PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
6PKG_SOURCE:=$(PKG_NAME).py.gz
7PKG_SOURCE_URL:=http://www.henspace.co.uk/ikog/app/
8UNPACK_CMD=zcat $(DL_DIR)/$(PKG_SOURCE) > $(1)/ikog.py
9
10include $(INCLUDE_DIR)/package.mk
11
12define Package/ikog
13    MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
14    TITLE:=ikog
15    SECTION:=utils
16    CATEGORY:=Utilities
17    DEPENDS:=python
18endef
19
20define Package/ikog/description
21    the simple todo list
22endef
23
24define Build/Compile
25endef
26
27define Package/ikog/install
28    $(INSTALL_DIR) $(1)/usr/bin
29    $(INSTALL_BIN) $(PKG_BUILD_DIR)/ikog.py $(1)/usr/bin
30endef
31
32$(eval $(call BuildPackage,ikog))
33

Archive Download this file



interactive