2012-05-17 18:17:16 +02:00
|
|
|
# Template file for 'libssh2'
|
|
|
|
pkgname=libssh2
|
2012-12-02 15:56:29 +01:00
|
|
|
version=1.4.3
|
|
|
|
revision=1
|
|
|
|
subpackages="$pkgname-devel"
|
2012-05-17 18:17:16 +02:00
|
|
|
build_style=gnu-configure
|
2012-12-02 15:56:29 +01:00
|
|
|
configure_args="--disable-static"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="openssl-devel"
|
2012-05-17 18:17:16 +02:00
|
|
|
short_desc="library implementing the SSH2 protocol"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2012-12-02 15:56:29 +01:00
|
|
|
homepage="http://www.libssh2.org/"
|
|
|
|
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
|
2012-05-19 08:59:25 +02:00
|
|
|
checksum=418c09061fb9c3c26fec391a35a062780b21b3199885e3b27054619582469bd3
|
2012-05-17 18:17:16 +02:00
|
|
|
long_desc="
|
|
|
|
libssh2 is a client-side C library implementing the SSH2 protocol. It supports
|
|
|
|
regular terminal, SCP and SFTP sessions; port forwarding; password, key-based
|
|
|
|
and keyboard-interactive authentication."
|