Root/curveship/Makefile

1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4#
5
6include $(TOPDIR)/rules.mk
7
8PKG_NAME:=curveship
9PKG_VERSION:=1.0
10PKG_REV:=45906ca9a3aadff2873a11cd435a08c7e8e4a8d4
11PKG_RELEASE:=1
12
13PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14PKG_SOURCE_URL:=https://github.com/nickmontfort/curveship
15PKG_SOURCE_PROTO:=git
16PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
17PKG_SOURCE_VERSION:=$(PKG_REV)
18
19include $(INCLUDE_DIR)/package.mk
20
21define Package/curveship
22    MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
23    SECTION:=utils
24    CATEGORY:=Utilities
25    TITLE:=Interactive fiction + interactive narrating
26    DEPENDS:=+python
27    URL:=http://curveship.com/
28endef
29
30define Package/curveship/description
31Interactive fiction + interactive narrating
32endef
33
34define Build/Compile
35endef
36
37define Package/curveship/install
38    $(INSTALL_DIR) $(1)/usr/share/curveship
39    (cd $(PKG_BUILD_DIR); \
40    $(CP) fiction LICENSE logs NEXT_STEPS README save spin walk \
41        *.py \
42        $(1)/usr/share/curveship)
43endef
44
45$(eval $(call BuildPackage,curveship))
46
47# The following comments configure the Emacs editor. Just ignore them.
48# Local Variables:
49# compile-command: "make -C ~/openwrt-xburst.full_system package/curveship/{clean,compile} -j2 V=99"
50# End:
51

Archive Download this file



interactive