Source-Makefile: feeds/packages/libs/libssh2/Makefile

Package: libssh2
Version: 1.11.0-r1
Depends: +libc +LIBSSH2_MBEDTLS:libmbedtls +!LIBSSH2_MBEDTLS:libopenssl +zlib
Conflicts: 
Menu-Depends: 
Provides: 
Section: libs
Category: Libraries
Repository: base
Title: SSH2 library
Maintainer: Jiri Slachta <jiri@slachta.eu>
Source: libssh2-1.11.0.tar.gz
License: BSD-3-Clause
LicenseFiles: COPYING
CPE-ID: cpe:/a:libssh2:libssh2
URL: https://www.libssh2.org/
ABI-Version: 1
Type: ipkg
Description:  libssh2 is a client-side C library implementing the SSH2 protocol.
@@
Config:
if PACKAGE_libssh2

choice
	prompt "Choose crypto backend"
	default LIBSSH2_OPENSSL

	config LIBSSH2_OPENSSL
	bool "openssl"

	config LIBSSH2_MBEDTLS
	bool "mbedtls"
endchoice

endif
@@


