mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
17 lines
540 B
Makefile
17 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# privoxy
|
|
#
|
|
################################################################################
|
|
|
|
PRIVOXY_VERSION = 3.0.26
|
|
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))
|