blob: f12d015efa8a1886a237697be47eff252bf3371c [file] [log] [blame]
################################################################################
#
# privoxy
#
################################################################################
PRIVOXY_VERSION = 3.0.28
PRIVOXY_SITE = http://downloads.sourceforge.net/project/ijbswa/Sources/$(PRIVOXY_VERSION)%20%28stable%29
PRIVOXY_SOURCE = privoxy-$(PRIVOXY_VERSION)-stable-src.tar.gz
# configure not shipped
PRIVOXY_AUTORECONF = YES
PRIVOXY_DEPENDENCIES = pcre zlib
PRIVOXY_LICENSE = GPL-2.0+
PRIVOXY_LICENSE_FILES = LICENSE
$(eval $(autotools-package))