aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nxssh/nxssh_3.3.0-1.bb
blob: 53541256337e72ccfacc7fdc276c1c3b2ae1c9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "The nxssh fork from nomachine"
HOMEPAGE = "http://www.nomachine.com/"
LICENSE = "BSD/OPENSSH"
PR = "r0"

DEPENDS = "openssl libxcomp"

SRC_URI = "http://64.34.161.181/download/3.3.0/sources/${PN}-${PV}.tar.gz \
	   file://autotools.patch \
	   file://stdarg.patch \
	   file://link.patch \
	  "
inherit autotools
          
S = "${WORKDIR}/nxssh"

do_install () {
       install -d ${D}${bindir}/
       install -m 0755 nxssh ${D}${bindir}/
}

SRC_URI[md5sum] = "e9bb4c1cd61c42db9626894845fcf3f7"
SRC_URI[sha256sum] = "797dab52e18592d340c36ef6e126368bc1c9c98bbb873bef9ba9fc70911616b9"