2022-04-11 16:22:56 +08:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
#
|
2022-07-06 20:18:53 +08:00
|
|
|
# Copyright (C) 2019-2022 Tianling Shen <cnsztl@immortalwrt.org>
|
2022-04-11 16:22:56 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2023-02-01 13:59:14 +08:00
|
|
|
LUCI_TITLE:=LuCI support for UnblockNeteaseMusic
|
|
|
|
LUCI_DEPENDS:=+dnsmasq-full +ipset +node \
|
2022-04-11 16:22:56 +08:00
|
|
|
@(PACKAGE_libustream-mbedtls||PACKAGE_libustream-openssl||PACKAGE_libustream-wolfssl)
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-unblockneteasemusic
|
2023-03-20 02:18:39 +08:00
|
|
|
PKG_VERSION:=2.14
|
2023-07-22 14:01:06 +08:00
|
|
|
PKG_RELEASE:=3
|
2022-04-11 16:22:56 +08:00
|
|
|
|
|
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
|
2022-07-31 08:51:28 +08:00
|
|
|
define Package/luci-app-unblockneteasemusic/conffiles
|
|
|
|
/etc/config/unblockneteasemusic
|
|
|
|
endef
|
|
|
|
|
2022-04-11 16:22:56 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|