a9c5e71cba7bb9472ff8ca72a6b9ef8da294998b
[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://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 define Package/luci-base/conffiles
26 /etc/luci-uploads
27 endef
28
29 include ../../luci.mk
30
31 define Host/Configure
32 endef
33
34 define Host/Compile
35         $(MAKE) -C src/ clean po2lmo
36         $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua
37 endef
38
39 define Host/Install
40         $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
41         $(INSTALL_BIN) src/po2lmo $(STAGING_DIR_HOST)/bin/po2lmo
42         $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet
43 endef
44
45 $(eval $(call HostBuild))
46
47 # call BuildPackage - OpenWrt buildroot signature