summaryrefslogtreecommitdiff
path: root/multitech/recipes/autossh/autossh_1.4c.bb
blob: 484333f8e62e1d704d6568ccd876219263f4dc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Keeps ssh tunnels alive"
HOMEPAGE = "http://www.harding.motd.ca/autossh"
LICENSE = "GPL"
SECTION = "console/utils"
PRIORITY = "optional"

PR = "r1"

SRC_URI = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
SRC_URI[md5sum] = "26520eea934f296be0783dabe7fcfd28"
SRC_URI[sha256sum] = "6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d"

TARGET_CC_ARCH += "${LDFLAGS}"

inherit autotools

do_install() {
  install -d ${D}/${bindir}
  install -m 755 ${S}/autossh ${D}/${bindir}/autossh
}