Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Add package 'remmina' and 'libssh'
@ 2015-07-28 13:17 Scott Fan
  2015-07-28 13:17 ` [Buildroot] [PATCH v2 1/2] libssh: new package Scott Fan
  2015-07-28 13:17 ` [Buildroot] [PATCH v2 2/2] Remmina: " Scott Fan
  0 siblings, 2 replies; 6+ messages in thread
From: Scott Fan @ 2015-07-28 13:17 UTC (permalink / raw)
  To: buildroot

Remmina is a remote desktop client written in GTK+, which currently
support RDP, VNC, NX, XDMCP and SSH.

Libssh is a mulitplatform C library implementing the SSHv2 and SSHv1
protocol on client and server side.

Remmina package depends on package libssh, NOT the libssh2 package.

This changeset:
1) fix the dependencies of package remmina.
2) fix the license of package remmina.
3) wrap lines at 72 characters.


Scott Fan (2):
  libssh: new package
  Remmina: new package

 package/Config.in          |  2 ++
 package/libssh/Config.in   |  9 +++++++++
 package/libssh/libssh.hash |  2 ++
 package/libssh/libssh.mk   | 16 ++++++++++++++++
 package/remmina/Config.in  | 24 ++++++++++++++++++++++++
 package/remmina/remmina.mk | 32 ++++++++++++++++++++++++++++++++
 6 files changed, 85 insertions(+)
 create mode 100644 package/libssh/Config.in
 create mode 100644 package/libssh/libssh.hash
 create mode 100644 package/libssh/libssh.mk
 create mode 100644 package/remmina/Config.in
 create mode 100644 package/remmina/remmina.mk

-- 
2.5.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-31  7:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 13:17 [Buildroot] [PATCH v2 0/2] Add package 'remmina' and 'libssh' Scott Fan
2015-07-28 13:17 ` [Buildroot] [PATCH v2 1/2] libssh: new package Scott Fan
2015-08-28 10:21   ` Thomas Petazzoni
2015-08-30 16:09     ` Scott Fan
2015-08-31  7:21       ` Thomas Petazzoni
2015-07-28 13:17 ` [Buildroot] [PATCH v2 2/2] Remmina: " Scott Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox