mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
# Contributor: Michael Mason <ms13sp@gmail.com>
|
|
pkgname=acf-tcpproxy
|
|
pkgver=0.2.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="640ee3a38220df510452da19bacbda26 acf-tcpproxy-0.2.0.tar.bz2"
|