mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/tinyproxy/tinyproxy.mk
Normal file
14
package/tinyproxy/tinyproxy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
TINYPROXY_CONF_ENV = ac_cv_path_A2X=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user