feec90de86
Tinyproxy is a small, efficient HTTP/SSL proxy daemon. https://tinyproxy.github.io Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
453 B
Makefile
16 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# tinyproxy
|
|
#
|
|
################################################################################
|
|
|
|
TINYPROXY_VERSION = 1.10.0
|
|
TINYPROXY_SITE = $(call github,tinyproxy,tinyproxy,$(TINYPROXY_VERSION))
|
|
TINYPROXY_LICENSE = GPL-2.0+
|
|
TINYPROXY_LICENSE_FILES = COPYING
|
|
|
|
# building from a git clone and patching Makefile.am
|
|
TINYPROXY_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|