mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 02:31:46 +00:00
c1e3fa97dc
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
17 lines
334 B
Makefile
17 lines
334 B
Makefile
#
|
|
# Copyright (C) 2015 LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Lua binding for JSON-C
|
|
LUCI_DEPENDS:=+liblua +libjson-c
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|