mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
20 lines
459 B
Makefile
20 lines
459 B
Makefile
# Copyright 2019 Shun Li <riverscn@gmail.com>
|
|
# Licensed to the public under the GNU General Public License v3.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-iptvhelper
|
|
PKG_VERSION:=0.1.1
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
|
|
PKG_LICENSE:=GPL-3.0
|
|
|
|
LUCI_TITLE:=LuCI support for iptvhelper
|
|
LUCI_DEPENDS:=+luci-compat +iptvhelper
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|