Makefile 644 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-3.0-only
  2. #
  3. # Copyright (C) 2019-2022 Tianling Shen <[email protected]>
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=LuCI support for UnblockNeteaseMusic
  6. LUCI_DEPENDS:=+dnsmasq-full +ipset +node \
  7. @(PACKAGE_libustream-mbedtls||PACKAGE_libustream-openssl||PACKAGE_libustream-wolfssl)
  8. LUCI_PKGARCH:=all
  9. PKG_NAME:=luci-app-unblockneteasemusic
  10. PKG_VERSION:=2.15
  11. PKG_RELEASE:=1
  12. PKG_MAINTAINER:=Tianling Shen <[email protected]>
  13. define Package/luci-app-unblockneteasemusic/conffiles
  14. /etc/config/unblockneteasemusic
  15. endef
  16. include $(TOPDIR)/feeds/luci/luci.mk
  17. # call BuildPackage - OpenWrt buildroot signature