aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u2nl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-11 07:41:15 +0000
committerChris Larson <clarson@kergoth.com>2005-03-11 07:41:15 +0000
commit4d98fc2c87a70a5b9f1b730c8f7ca7206fddd463 (patch)
tree07271e3d1b822c99d87b3e5d6c72d50729b9ca0a /packages/u2nl
parentc9d421dbb11e84c717ea8bdb08ac5c6861d75cd6 (diff)
downloadopenembedded-4d98fc2c87a70a5b9f1b730c8f7ca7206fddd463.tar.gz
Add LICENSE and SECTION to u2nl.
BKrev: 42314b9bOfevDwhJix6v6GARVWAF-g
Diffstat (limited to 'packages/u2nl')
-rw-r--r--packages/u2nl/u2nl_1.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/u2nl/u2nl_1.1.bb b/packages/u2nl/u2nl_1.1.bb
index e69de29bb2..aa4109b666 100644
--- a/packages/u2nl/u2nl_1.1.bb
+++ b/packages/u2nl/u2nl_1.1.bb
@@ -0,0 +1,16 @@
+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"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+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
+}