Merge pull request #1375 from StevenHessing/luci-app-noddos
[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 +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc
16
17 PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2
18 PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet
19 PKG_HASH:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
20 PKG_LICENSE:=Apache-2.0
21
22 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
23
24 include $(INCLUDE_DIR)/host-build.mk
25
26 define Package/luci-base/conffiles
27 /etc/luci-uploads
28 /etc/config/luci
29 /etc/config/ucitrack
30 endef
31
32 include ../../luci.mk
33
34 define Host/Configure
35 endef
36
37 define Host/Compile
38         $(MAKE) -C src/ clean po2lmo
39         $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua
40 endef
41
42 define Host/Install
43         $(INSTALL_DIR) $(1)/bin
44         $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
45         $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(1)/bin/LuaSrcDiet
46 endef
47
48 $(eval $(call HostBuild))
49
50 # call BuildPackage - OpenWrt buildroot signature