80bbda107a5f9389c55976317404db958d4d684f
[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
16
17 PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2
18 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files
19 PKG_MD5SUM:=8a0812701e29b6715e4d76f2f118264a
20
21 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
22
23 include $(INCLUDE_DIR)/host-build.mk
24
25 include ../../luci.mk
26
27 define Host/Configure
28 endef
29
30 define Host/Compile
31         $(MAKE) -C src/ clean po2lmo
32         $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua
33 endef
34
35 define Host/Install
36         $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
37         $(INSTALL_BIN) src/po2lmo $(STAGING_DIR_HOST)/bin/po2lmo
38         $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet
39 endef
40
41 $(eval $(call HostBuild))
42
43 # call BuildPackage - OpenWrt buildroot signature