-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathMakefile
29 lines (22 loc) · 843 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2019-2022 Tianling Shen <[email protected]>
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for UnblockNeteaseMusic (JavaScript)
LUCI_DEPENDS:=+dnsmasq-full +node \
+PACKAGE_firewall:ipset \
@(PACKAGE_libustream-mbedtls||PACKAGE_libustream-openssl||PACKAGE_libustream-wolfssl)
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-unblockneteasemusic
PKG_VERSION:=3.3
PKG_RELEASE:=3
PKG_MAINTAINER:=Tianling Shen <[email protected]>
define Package/luci-app-unblockneteasemusic/conffiles
/etc/config/unblockneteasemusic
/usr/share/unblockneteasemusic/core/
/usr/share/unblockneteasemusic/core_local_ver
/usr/share/unblockneteasemusic/server.crt
/usr/share/unblockneteasemusic/server.key
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature