small-package/luci-app-ikoolproxy/Makefile

21 lines
505 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-05-21 23:42:02 +08:00
PKG_RELEASE:=20220521
2022-02-12 15:40:06 +08:00
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
2022-05-21 23:42:02 +08:00
LUCI_TITLE:=LuCI support for ikoolproxy
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