Add LICENSE and SECTION to u2nl.
authorChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 07:41:15 +0000 (07:41 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 07:41:15 +0000 (07:41 +0000)
BKrev: 42314b9bOfevDwhJix6v6GARVWAF-g

packages/u2nl/u2nl_1.1.bb

index e69de29..aa4109b 100644 (file)
@@ -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
+}