]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/htun/htun_0.9.5.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / htun / htun_0.9.5.bb
1 DESCRIPTION = "Http tunnelling daemon"
2 SECTION = "network"
3 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
4 HOMEPAGE = "http://htun.runslinux.net"
5 LICENSE = "GPL"
6 PR = "r0"
7
8 SRC_URI = "http://htun.runslinux.net/dist/htun-${PV}.tar.gz"
9 S = "${WORKDIR}/htun-${PV}/src"
10
11 PARALLEL_MAKE = ""
12
13 inherit autotools
14
15 do_install() {
16         install -d ${D}${sbindir}
17         install -m 0755 htund ${D}${sbindir}
18 }