de24010a75
all patches from current ubuntu were picked https://launchpad.net/ubuntu/+source/udptunnel/1.1-5
20 lines
556 B
Bash
20 lines
556 B
Bash
# Template file for 'udptunnel'
|
|
pkgname=udptunnel
|
|
version=1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Tunnel UDP packets over a TCP connection"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.cs.columbia.edu/~lennox/udptunnel/"
|
|
distfiles="http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-${version}.tar.gz"
|
|
checksum=45c0e12045735bc55734076ebbdc7622c746d1fe4e6f7267fa122e2421754670
|
|
|
|
pre_configure() {
|
|
autoreconf -vfi
|
|
}
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
vdoc udptunnel.html
|
|
}
|