aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nxssh/nxssh_3.3.0-1.bb
blob: 7a9a570b7c1fcc14d042983a2816298dbeaf47ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;patch=1 \
	   file://stdarg.patch;patch=1 \
	   file://link.patch;patch=1 \
	  "
inherit autotools
          
S = "${WORKDIR}/nxssh"

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