]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/u2nl/u2nl_1.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / u2nl / u2nl_1.1.bb
1 DESCRIPTION = "u2nl (pronounce: "u-tunnel", universal tunnel) is capable of \
2 tunneling each and every TCP network connection from a Linux (2.4 and above, \
3 with netfilter) computer through an http CONNECT proxy."
4 HOMEPAGE = "http://www.reitwiessner.de/programs/u2nl.html"
5 LICENSE = "GPL"
6 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
7 SECTION = "console/network"
8 PRIORITY = "optional"
9
10 SRC_URI = "http://www.reitwiessner.de/programs/u2nl-${PV}.tar.gz \
11            file://buildsystem.patch;patch=1"
12 S = "${WORKDIR}/u2nl-${PV}"
13
14 do_install () {
15         oe_runmake 'DESTDIR=${D}' install
16 }