From 682236a7ab13fa36caa6ee9fe96f1d899f1c85e6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 14 Dec 2006 11:51:46 +0000 Subject: u2nl: update to 1.3 --- packages/u2nl/files/buildsystem.patch | 18 ++++++++---------- packages/u2nl/u2nl_1.1.bb | 15 --------------- packages/u2nl/u2nl_1.3.bb | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 packages/u2nl/u2nl_1.1.bb create mode 100644 packages/u2nl/u2nl_1.3.bb (limited to 'packages') diff --git a/packages/u2nl/files/buildsystem.patch b/packages/u2nl/files/buildsystem.patch index 2877a01729..9de58fa435 100644 --- a/packages/u2nl/files/buildsystem.patch +++ b/packages/u2nl/files/buildsystem.patch @@ -1,8 +1,8 @@ -Index: u2nl-1.1/Makefile +Index: u2nl-1.3/Makefile =================================================================== ---- u2nl-1.1.orig/Makefile 2005-03-06 16:32:23.000000000 -0500 -+++ u2nl-1.1/Makefile 2005-03-11 02:38:00.454572600 -0500 -@@ -1,10 +1,25 @@ +--- u2nl-1.3.orig/Makefile 2005-01-03 19:31:20.000000000 +0100 ++++ u2nl-1.3/Makefile 2006-12-14 12:38:15.052227000 +0100 +@@ -1,5 +1,25 @@ +CC = gcc +CFLAGS = -Wall -g +LDFLAGS = @@ -17,18 +17,16 @@ Index: u2nl-1.1/Makefile all: u2nl u2nl: u2nl.c -- gcc $(CFLAGS) -Wall -g u2nl.c -o u2nl +- gcc -Wall -g u2nl.c -o u2nl - + $(CC) $(CFLAGS) $(LDFLAGS) u2nl.c -o u2nl + - install: -- cp u2nl /usr/local/bin ++install: + $(INSTALL_DIR) $(DESTDIR)$(bindir) + $(INSTALL_BIN) u2nl $(DESTDIR)$(bindir)/u2nl + +uninstall: + -rm -f $(DESTDIR)$(bindir)/u2nl - - clean: -- rm -fR u2nl ++ ++clean: + -rm -fR u2nl diff --git a/packages/u2nl/u2nl_1.1.bb b/packages/u2nl/u2nl_1.1.bb deleted file mode 100644 index 7cfa7b75ba..0000000000 --- a/packages/u2nl/u2nl_1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 -} 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 +} -- cgit v1.2.3