summaryrefslogtreecommitdiff
path: root/packages/htun
diff options
context:
space:
mode:
Diffstat (limited to 'packages/htun')
-rw-r--r--packages/htun/htun_0.9.5.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/htun/htun_0.9.5.bb b/packages/htun/htun_0.9.5.bb
deleted file mode 100644
index 5495ec5799..0000000000
--- a/packages/htun/htun_0.9.5.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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}
-}