applications: add missing dependency to luci-base
[project/luci.git] / applications / luci-app-smartdns / Makefile
1 #
2 # Copyright 2018-2020 Nick Peng <pymumu@gmail.com>
3 # Licensed to the public under the GPL V3 License.
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_LICENSE:=GPL-3.0-or-later
8 PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
9 PKG_VERSION:=1.2023.42
10 PKG_RELEASE:=1
11
12 LUCI_TITLE:=LuCI for smartdns
13 LUCI_DESCRIPTION:=Provides Luci for smartdns
14 LUCI_DEPENDS:=+luci-base +smartdns
15 LUCI_PKGARCH:=all
16
17 define Package/$(PKG_NAME)/config
18 # shown in make menuconfig <Help>
19 help
20 $(LUCI_TITLE)
21 Version: $(PKG_VERSION)-$(PKG_RELEASE)
22 endef
23
24 include ../../luci.mk
25
26 # call BuildPackage - OpenWrt buildroot signature