aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u2nl/u2nl_1.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-14 11:51:46 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-14 11:51:46 +0000
commit682236a7ab13fa36caa6ee9fe96f1d899f1c85e6 (patch)
tree7b18385611738c2d869977ee8521bc9fc9b79f92 /packages/u2nl/u2nl_1.1.bb
parent5d810964202ef8d2c197965ec8eb66082c62d492 (diff)
downloadopenembedded-682236a7ab13fa36caa6ee9fe96f1d899f1c85e6.tar.gz
u2nl: update to 1.3
Diffstat (limited to 'packages/u2nl/u2nl_1.1.bb')
-rw-r--r--packages/u2nl/u2nl_1.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/u2nl/u2nl_1.1.bb b/packages/u2nl/u2nl_1.1.bb
deleted file mode 100644
index 7cfa7b75ba..0000000000
--- a/packages/u2nl/u2nl_1.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "u2nl (pronounce: "u-tunnel", universal tunnel) is capable of \
-tunneling each and every TCP network connection from a Linux (2.4 and above, \
-with netfilter) computer through an http CONNECT proxy."
-HOMEPAGE = "http://www.reitwiessner.de/programs/u2nl.html"
-LICENSE = "GPL"
-SECTION = "console/network"
-PRIORITY = "optional"
-
-SRC_URI = "http://www.reitwiessner.de/programs/u2nl-${PV}.tar.gz \
- file://buildsystem.patch;patch=1"
-S = "${WORKDIR}/u2nl-${PV}"
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}