aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htun/htun_0.9.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/htun/htun_0.9.5.bb')
-rw-r--r--recipes/htun/htun_0.9.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/htun/htun_0.9.5.bb b/recipes/htun/htun_0.9.5.bb
new file mode 100644
index 0000000000..5495ec5799
--- /dev/null
+++ b/recipes/htun/htun_0.9.5.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Http tunnelling daemon"
+SECTION = "network"
+HOMEPAGE = "http://htun.runslinux.net"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://htun.runslinux.net/dist/htun-${PV}.tar.gz"
+S = "${WORKDIR}/htun-${PV}/src"
+
+PARALLEL_MAKE = ""
+
+inherit autotools
+
+do_install() {
+ install -d ${D}${sbindir}
+ install -m 0755 htund ${D}${sbindir}
+}