2 # Copyright (C) 2008-2017 The LuCI Team <luci@lists.subsignal.org>
4 # This is free software, licensed under the Apache License, Version 2.0 .
7 include $(TOPDIR)/rules.mk
9 PKG_NAME:=luci-app-privoxy
11 # Version == major.minor.patch
12 # increase "minor" on new functionality and "patch" on patches/optimization
16 # increase on changes of translation files
19 PKG_LICENSE:=Apache-2.0
22 # LuCI specific settings
23 LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
24 LUCI_DEPENDS:=+luci-mod-admin-full +privoxy
27 define Package/$(PKG_NAME)/config
28 # shown in make menuconfig <Help>
32 Version: $(PKG_VERSION)-$(PKG_RELEASE)
37 # call BuildPackage - OpenWrt buildroot signature