[Lunar-commits] <moonbase-other> libssh: Adding back to moonbase.

Dennis Veatch stumbles at lunar-linux.org
Mon Jul 9 16:19:49 CEST 2012


commit 5094384fb98fb49e27d97cde678781fccdb909cb
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 07:19:49 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5094384fb98fb49e27d97cde678781fccdb909cb

libssh: Adding back to moonbase.
---
  libs/libssh/BUILD                                            +5/-0     
  libs/libssh/DEPENDS                                          +6/-0     
  libs/libssh/DETAILS                                          +18/-0    
  3 files changed, 29 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/libssh/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/libssh/DEPENDS
@@ -0,0 +1,6 @@
+depends  cmake
+
+optional_depends zlib      "-DWITH_LIBZ=ON" "-DWITH_LIBZ=OFF" "for data compression support"
+optional_depends libgcrypt "-DWITH_GCRYPT=ON" "-DWITH_GCRYPT=OFF" "for cryptographic support"
+optional_depends openssl   "" "" "for cryptographics support"
+optional_depends doxygen   "-DWITH_INTERNAL_DOC=ON" "-DWITH_INTERNAL_DOC=OFF" "for documentation support"
--- /dev/null
+++ b/libs/libssh/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libssh
+         VERSION=0.5.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://www.libssh.org/files/${VERSION%.*}/
+      SOURCE_VFY=sha1:4bf36d4052bd0c948e05bbf3b0cd0da8684ac00e
+        WEB_SITE=http://www.libssh.org
+         ENTERED=20091001
+         UPDATED=20110921
+           SHORT="library for accessing ssh client services through C libraries calls"
+
+cat << EOF
+The ssh library was designed to be used by programmers needing a working SSH
+implementation by the mean of a library. The complete control of the client is
+made by the programmer. With libssh, you can remotely execute programs, transfer
+files, use a secure and transparent tunnel for your remote programs. With its
+Secure FTP implementation, you can play with remote files easily, without
+third-party programs others than libcrypto (from openssl).
+EOF




More information about the Lunar-commits mailing list