summaryrefslogtreecommitdiff
path: root/packages/u2nl/u2nl_1.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 13:50:04 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 13:50:04 +0000
commita29979e19ed76c2029cfd822951b7fde56a98a8e (patch)
tree85102cf43b72d5ce2294ab17f565183b4436729d /packages/u2nl/u2nl_1.3.bb
parent16b15891b993ca44dacd6c15ec678b2eac721548 (diff)
parent302f1878f6adacd506a24dd55fecc262a57bf61e (diff)
merge of '1d2340f5c0766711d217ca40fbfcb4cb196412ac'
and '8bee8c12a8f566036b80dc740f5215782a19eb8b'
Diffstat (limited to 'packages/u2nl/u2nl_1.3.bb')
-rw-r--r--packages/u2nl/u2nl_1.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/u2nl/u2nl_1.3.bb b/packages/u2nl/u2nl_1.3.bb
new file mode 100644
index 0000000000..7cfa7b75ba
--- /dev/null
+++ b/packages/u2nl/u2nl_1.3.bb
@@ -0,0 +1,15 @@
+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
+}