summaryrefslogtreecommitdiff
blob: c9343c8d30b04bc5441cc205c04fcbb1291dfa94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}