summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-08-12 15:25:14 -0500
committerMatthias Maier <tamiko@gentoo.org>2019-08-12 15:25:14 -0500
commitffb570ab318d2b9a1116a09cdcb1dc7a87762145 (patch)
tree52ccb9100663913cd76f9441f5d404ef78436545 /net-misc/udptunnel/udptunnel-1.1.ebuild
parentmedia-sound/pulseaudio: remove package (diff)
downloadtamiko-ffb570ab318d2b9a1116a09cdcb1dc7a87762145.tar.gz
tamiko-ffb570ab318d2b9a1116a09cdcb1dc7a87762145.tar.bz2
tamiko-ffb570ab318d2b9a1116a09cdcb1dc7a87762145.zip
net-misc/udptunnel: add udptunnel
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-misc/udptunnel/udptunnel-1.1.ebuild')
-rw-r--r--net-misc/udptunnel/udptunnel-1.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/udptunnel/udptunnel-1.1.ebuild b/net-misc/udptunnel/udptunnel-1.1.ebuild
new file mode 100644
index 0000000..c9343c8
--- /dev/null
+++ b/net-misc/udptunnel/udptunnel-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tunnel UDP packets bi-directionally over a TCP connection"
+HOMEPAGE="http://www1.cs.columbia.edu/~lennox/udptunnel/"
+SRC_URI="http://www1.cs.columbia.edu/~lennox/udptunnel/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-devel/automake"
+RDEPEND=""
+
+PATCHES=(
+ "${FILESDIR}"/${P}-strlen-prototype.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}