Multiple: Kill libssh2 refs

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-02-12 23:40:22 -06:00
parent 54534d3d6e
commit 3d37ae4836
2 changed files with 8 additions and 9 deletions

View file

@ -2,4 +2,4 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as
a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.
Optional: libssh2 (for ssh transport) and http-parser
Optional: http-parser

View file

@ -1,11 +1,10 @@
guacamole-server - Guacamole server
guacamole-server contains all the native, server-side
components required by Guacamole to connect to remote
desktops. It provides a common C library, libguac, which all
other native components depend on, as well as separate
libraries for each supported protocol, and guacd, the heart
of Guacamole.
guacamole-server contains all the native, server-side components
required by Guacamole to connect to remote desktops. It provides
a common C library, libguac, which all other native components
depend on, as well as separate libraries for each supported
protocol, and guacd, the heart of Guacamole.
The dependency for the libraries of freerdp, libtelnet, libssh2 are
optional, as Slackware by default has libvncserver installed.
The dependency for the libraries of freerdp and libtelnet are optional,
as Slackware by default has libvncserver and libssh2 installed.