gstreamer 0.10.x: unify bb files and make hrw happy ;-)
[openembedded.git] / packages / u2nl / u2nl_1.3.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 SECTION = "console/network"
7 PRIORITY = "optional"
8
9 SRC_URI = "http://www.reitwiessner.de/programs/u2nl-${PV}.tar.gz \
10            file://buildsystem.patch;patch=1"
11 S = "${WORKDIR}/u2nl-${PV}"
12
13 do_install () {
14         oe_runmake 'DESTDIR=${D}' install
15 }