Move the ACME luci app from the integrated Makefile in the packages feed, to be able to take advantage of tree-wide improvements to luci applications, and translation. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
18 lines
437 B
Makefile
18 lines
437 B
Makefile
#
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=ACME package - LuCI interface
|
|
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +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
|