mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
# Contributor: Michael Mason <ms13sp@gmail.com>
|
|
pkgname=acf-tcpproxy
|
|
pkgver=0.1.0
|
|
pkgrel=0
|
|
pkgdesc="A web-based system administration interface for tcpproxy"
|
|
url="http://git.alpinelinux.org/cgit/acf-tcpproxy"
|
|
license="GPL-2"
|
|
depends="acf-core lua tcpproxy"
|
|
makedepends=""
|
|
install=
|
|
subpackages=""
|
|
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
|
|
|
|
build() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
|
|
|
md5sums="96e3448e51ced1782492bc714587eb78 acf-tcpproxy-0.1.0.tar.bz2"
|