kumquat-buildroot/package/tinyproxy/tinyproxy.mk
Alexander Mukhin f9b6666978 package/tinyproxy: use the release tarball, not a git clone
Upstream ships distribution tarballs with pre-built manpages and
necessary fixes, so that the build doesn't break if asciidoc is not
available.

Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-03-19 18:52:16 +01:00

14 lines
452 B
Makefile

################################################################################
#
# tinyproxy
#
################################################################################
TINYPROXY_VERSION = 1.10.0
TINYPROXY_SITE = https://github.com/tinyproxy/tinyproxy/releases/download/$(TINYPROXY_VERSION)
TINYPROXY_SOURCE = tinyproxy-$(TINYPROXY_VERSION).tar.bz2
TINYPROXY_LICENSE = GPL-2.0+
TINYPROXY_LICENSE_FILES = COPYING
$(eval $(autotools-package))