small-package/luci-app-ikoolproxy/Makefile

21 lines
504 B
Makefile
Raw Normal View History

2022-02-12 15:40:06 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ikoolproxy
PKG_VERSION:=3.8.5
2022-10-12 23:56:33 +08:00
PKG_RELEASE:=20221011
2022-02-12 15:40:06 +08:00
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
2022-10-10 23:52:02 +08:00
LUCI_TITLE:=LuCI support for koolproxy
2022-02-12 15:40:06 +08:00
LUCI_PKGARCH:=all
2022-03-24 09:09:49 +08:00
LUCI_DEPENDS:=+koolproxy +openssl-util +ipset +dnsmasq-full +@BUSYBOX_CONFIG_DIFF +iptables-mod-nat-extra +wget
2022-02-12 15:40:06 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/koolproxy
/usr/share/koolproxy/data/rules/
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature