guile-native: make sure we don't have -Werror as compiler flag
[openembedded.git] / recipes / htun / htun_0.9.5.bb
blob5495ec5799e79862790a3e6299f69fa2933c615c
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}