Merge pull request #1032 from feckert/update_base_po
[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_MD5SUM:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
20
21 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
22
23 include $(INCLUDE_DIR)/host-build.mk
24
25 define Package/luci-base/conffiles
26 /etc/luci-uploads
27 /etc/config/luci
28 endef
29
30 include ../../luci.mk
31
32 define Host/Configure
33 endef
34
35 define Host/Compile
36         $(MAKE) -C src/ clean po2lmo
37         $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua
38 endef
39
40 define Host/Install
41         $(INSTALL_DIR) $(1)/bin
42         $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
43         $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(1)/bin/LuaSrcDiet
44 endef
45
46 $(eval $(call HostBuild))
47
48 # call BuildPackage - OpenWrt buildroot signature