67284ef307e579cda4867cc89063749f3d6aa2e9
[project/luci.git] / applications / luci-app-privoxy / Makefile
1 #
2 # Copyright (C) 2008-2015 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 # LuCI specific settings
10 LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
11 LUCI_DEPENDS:=+luci-mod-admin-full +privoxy
12 LUCI_PKGARCH:=all
13
14 PKG_NAME:=luci-app-privoxy
15
16 # Version == major.minor.patch
17 # increase "minor" on new functionality and "patch" on patches/optimization
18 PKG_VERSION:=1.0.2
19
20 # Release == build
21 # increase on changes of translation files
22 PKG_RELEASE:=0
23
24 PKG_LICENSE:=Apache-2.0
25 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
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         Maintainer: $(PKG_MAINTAINER)
34 endef
35
36 include ./luci.mk
37
38 # call BuildPackage - OpenWrt buildroot signature