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:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_TINYPROXY
|
||||
bool "tinyproxy"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Tinyproxy is a small, efficient HTTP/SSL proxy daemon released
|
||||
under the GNU General Public License. Tinyproxy is very
|
||||
useful in a small network setting, where a larger proxy would
|
||||
be too resource intensive.
|
||||
|
||||
https://tinyproxy.github.io
|
||||
|
||||
comment "tinyproxy needs a toolchain w/ threads, wchar"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 a23a8f647f622f01e51b93fa882ea5a15c20e026d45c3aafa81ec579e464daf7 tinyproxy-1.10.0.tar.bz2
|
||||
@@ -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