summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-lua-runtime/Makefile
blob: c06190cb5459e5f2e37e35b16dd977fd6d357236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Copyright (C) 2022 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#

include $(TOPDIR)/rules.mk

PKG_NAME:=luci-lua-runtime

LUCI_TYPE:=mod
LUCI_BASENAME:=lua-runtime

LUCI_TITLE:=LuCI Lua runtime libraries
LUCI_DEPENDS:= \
	+luci-base \
	+lua \
	+luci-lib-base \
	+luci-lib-nixio \
	+luci-lib-ip \
	+luci-lib-jsonc \
	+libubus-lua \
	+liblucihttp-lua \
	+ucode-mod-lua

PKG_LICENSE:=Apache-2.0

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature