mirror of
https://github.com/openwrt/luci.git
synced 2025-01-18 12:32:08 +00:00
da284ea9bd
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
19 lines
414 B
Makefile
19 lines
414 B
Makefile
#
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=ACME package - LuCI interface
|
|
LUCI_DEPENDS:=+luci-base +acme
|
|
|
|
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|