mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
28 lines
713 B
Plaintext
28 lines
713 B
Plaintext
# Contributor: Michael Mason <ms13sp@gmail.com>
|
|
pkgname=tcpproxy
|
|
pkgver=2.0.0_beta15
|
|
_realver=2.0.0-beta15
|
|
pkgrel=2
|
|
pkgdesc="Transparent TCP Proxy"
|
|
url="http://www.quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/TcpProxy"
|
|
arch="all"
|
|
license="GPL"
|
|
depends=
|
|
makedepends="ctags"
|
|
install=""
|
|
subpackages=""
|
|
source="http://www.quietsche-entchen.de/download/$pkgname-$_realver.tar.gz
|
|
tcpproxy.initd"
|
|
|
|
build() {
|
|
cd "$srcdir/$pkgname-$_realver"
|
|
|
|
make || return 1
|
|
|
|
install -m755 -D "$pkgname" "$pkgdir"/usr/sbin/"$pkgname"
|
|
install -Dm 755 "$startdir"/$pkgname.initd $pkgdir/etc/init.d/$pkgname
|
|
}
|
|
|
|
md5sums="e946f807049d6296f54aa57b5c17f1c8 tcpproxy-2.0.0-beta15.tar.gz
|
|
f13fccf076e24df1352dfb884aa7b880 tcpproxy.initd"
|