Merge pull request #2043 from Ansuel/materialfix
[project/luci.git] / modules / luci-base / Makefile
1 #
2 # Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=luci-base
10
11 LUCI_TYPE:=mod
12 LUCI_BASENAME:=base
13
14 LUCI_TITLE:=LuCI core libraries
15 LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua
16
17
18 PKG_SOURCE:=v1.0.0.tar.gz
19 PKG_SOURCE_URL:=https://github.com/jirutka/luasrcdiet/archive/
20 PKG_HASH:=48162e63e77d009f5848f18a5cabffbdfc867d0e5e73c6d407f6af5d6880151b
21 PKG_LICENSE:=MIT
22
23 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/luasrcdiet-1.0.0
24
25 include $(INCLUDE_DIR)/host-build.mk
26
27 define Package/luci-base/conffiles
28 /etc/luci-uploads
29 /etc/config/luci
30 /etc/config/ucitrack
31 endef
32
33 include ../../luci.mk
34
35 define Host/Configure
36 endef
37
38 define Host/Compile
39 $(MAKE) -C src/ clean po2lmo
40 endef
41
42 define Host/Install
43 $(INSTALL_DIR) $(1)/bin
44 $(INSTALL_DIR) $(1)/lib/lua/5.1
45 $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
46 $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
47 $(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
48 endef
49
50 $(eval $(call HostBuild))
51
52 # call BuildPackage - OpenWrt buildroot signature