treewide: move server side CBI support to luci-compat
[project/luci.git] / applications / luci-app-privoxy / Makefile
1 #
2 # Copyright (C) 2008-2017 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=luci-app-privoxy
10
11 # Version == major.minor.patch
12 # increase "minor" on new functionality and "patch" on patches/optimization
13 PKG_VERSION:=1.0.6
14
15 # Release == build
16 # increase on changes of translation files
17 PKG_RELEASE:=2
18
19 PKG_LICENSE:=Apache-2.0
20 PKG_MAINTAINER:=
21
22 # LuCI specific settings
23 LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
24 LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full +privoxy
25 LUCI_PKGARCH:=all
26
27 define Package/$(PKG_NAME)/config
28 # shown in make menuconfig <Help>
29 help
30 $(LUCI_TITLE)
31 .
32 Version: $(PKG_VERSION)-$(PKG_RELEASE)
33 endef
34
35 include ../../luci.mk
36
37 # call BuildPackage - OpenWrt buildroot signature