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