[Lunar-commits] <moonbase-other> libssh2: library implementing the SSH2 protocol
Stefan Wold
ratler at lunar-linux.org
Sat Jan 18 20:19:55 CET 2014
commit 6655ef762d1ed37bd4ba507044caa00dee5bd2d3
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 18 Jan 2014 05:00:46 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/6655ef762d1ed37bd4ba507044caa00dee5bd2d3
libssh2: library implementing the SSH2 protocol
---
crypto/libssh2/DEPENDS | +2/-0
crypto/libssh2/DETAILS | +13/-0
2 files changed, 15 insertions(+)
--- /dev/null
+++ b/crypto/libssh2/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends zlib
--- /dev/null
+++ b/crypto/libssh2/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libssh2
+ VERSION=1.4.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.libssh2.org/download
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c27ca83e1ffeeac03be98b6eef54448701e044b0
+ WEB_SITE="http://www.libssh2.org/"
+ ENTERED=20140118
+ UPDATED=20140118
+ SHORT="A library implementing the SSH2 protocol as defined by Internet Drafts"
+cat <<EOF
+A library implementing the SSH2 protocol as defined by Internet Drafts.
+EOF
More information about the Lunar-commits
mailing list