matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / htun / htun_0.9.5.bb
blob87a34670afd323a80c41429da4b67148135fd2dd
1 DESCRIPTION = "Http tunnelling daemon"
2 SECTION = "network"
3 HOMEPAGE = "http://htun.runslinux.net"
4 LICENSE = "GPL"
5 PR = "r0"
7 SRC_URI = "http://htun.runslinux.net/dist/htun-${PV}.tar.gz"
8 S = "${WORKDIR}/htun-${PV}/src"
10 PARALLEL_MAKE = ""
12 inherit autotools
14 do_install() {
15 install -d ${D}${sbindir}
16 install -m 0755 htund ${D}${sbindir}
19 SRC_URI[md5sum] = "f720686c841e9fefc06db76458fd9908"
20 SRC_URI[sha256sum] = "1f8259a3a8ae583170816f5028329f3a7157f87f927da9c0a911a5fb9be263a1"