mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 15:21:43 +01:00
24 lines
593 B
Plaintext
24 lines
593 B
Plaintext
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-tcpproxy
|
|
pkgver=0.2.0
|
|
pkgrel=2
|
|
pkgdesc="A web-based system administration interface for tcpproxy"
|
|
url="http://git.alpinelinux.org/cgit/acf-tcpproxy"
|
|
arch="noarch"
|
|
license="GPL-2"
|
|
depends="acf-core lua tcpproxy"
|
|
makedepends=""
|
|
install=
|
|
subpackages=""
|
|
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
|
|
|
md5sums="640ee3a38220df510452da19bacbda26 acf-tcpproxy-0.2.0.tar.bz2"
|