--- ./package/network/linux-igd/linux-igd.desc	1970-01-01 01:00:00.000000000 +0100
+++ ./package/network/linux-igd/linux-igd.desc	2008-08-04 01:46:38.000000000 +0100
@@ -0,0 +1,37 @@
+[COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
+[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+[COPY] 
+[COPY] T2 SDE: package/.../dhcp/dhcp.desc
+[COPY] Copyright (C) 2004 - 2008 The T2 SDE Project
+[COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
+[COPY] 
+[COPY] More information can be found in the files COPYING and README.
+[COPY] 
+[COPY] This program is free software; you can redistribute it and/or modify
+[COPY] it under the terms of the GNU General Public License as published by
+[COPY] the Free Software Foundation; version 2 of the License. A copy of the
+[COPY] GNU General Public License can be found in the file COPYING.
+[COPY] --- T2-COPYRIGHT-NOTE-END ---
+
+[I] Linux Internet Gateway Device 
+
+[T] This project is a deamon that emulates Microsoft's Internet Connection
+[T] Service (ICS). It implements the UPnP Internet Gateway Device (IGD) and
+[T] allows UPnP aware clients, such as MSN Messenger to work properly from
+[T] behind a NAT firewall. 
+
+[U] http://linux-igd.sourceforge.net 
+
+[A] Daniel J Blueman <daniel.blueman@gmail.com>
+[M] Rene Rebe <rene@t2-project.org>
+
+[F] CROSS JAIL
+
+[C] extra/network
+
+[L] Free-to-use
+[S] Beta 
+[V] 1.0
+[P] X -----5---9 202.100
+
+[D] X linux-igd_1.0.tar.bz2 cvs://:pserver:anonymous@linux-igd.cvs.sourceforge.net:/cvsroot/linux-igd linux-igd -D 2008-07-20 
--- ./package/network/linux-igd/Makefile.patch	1970-01-01 01:00:00.000000000 +0100
+++ ./package/network/linux-igd/Makefile.patch	2008-08-04 01:46:39.000000000 +0100
@@ -0,0 +1,38 @@
+# --- T2-COPYRIGHT-NOTE-BEGIN ---
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# 
+# T2 SDE: package/.../linux-igd/Makefile.patch
+# Copyright (C) 2008 The T2 SDE Project
+# 
+# More information can be found in the files COPYING and README.
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# --- T2-COPYRIGHT-NOTE-END ---
+
+--- linux-igd/Makefile.vanilla	2008-07-22 05:15:57.000000000 +0100
++++ linux-igd/Makefile	2008-07-22 05:18:11.000000000 +0100
+@@ -33,11 +33,11 @@
+ 	rm -f *.o upnpd
+ 
+ install: upnpd
+-	install -d /etc/linuxigd
+-	install etc/gatedesc.xml /etc/linuxigd
+-	install etc/gateconnSCPD.xml  /etc/linuxigd
+-	install etc/gateicfgSCPD.xml /etc/linuxigd
+-	install etc/dummy.xml /etc/linuxigd
+-	install upnpd $(PREFIX)/sbin
+-	install upnpd.8 $(PREFIX)/share/man/man8
+-	if [ ! -f /etc/upnpd.conf ]; then install etc/upnpd.conf /etc; fi
++	install -d $(DESTDIR)/etc/linuxigd
++	install etc/gatedesc.xml $(DESTDIR)/etc/linuxigd
++	install etc/gateconnSCPD.xml  $(DESTDIR)/etc/linuxigd
++	install etc/gateicfgSCPD.xml $(DESTDIR)/etc/linuxigd
++	install etc/dummy.xml $(DESTDIR)/etc/linuxigd
++	install upnpd $(DESTDIR)$(PREFIX)/sbin
++	install upnpd.8 $(DESTDIR)$(PREFIX)/share/man/man8
++	if [ ! -f $(DESTDIR)/etc/upnpd.conf ]; then install etc/upnpd.conf $(DESTDIR)/etc; fi
--- ./package/network/linux-igd/rocknet_upnp.sh	1970-01-01 01:00:00.000000000 +0100
+++ ./package/network/linux-igd/rocknet_upnp.sh	2008-08-04 01:46:38.000000000 +0100
@@ -0,0 +1,4 @@
+public_upnp() {
+	addcode up   5 5 "/usr/sbin/upnpd $1 $2"
+	addcode down 5 5 "killall -TERM upnpd"
+}
