summaryrefslogtreecommitdiffstats
path: root/main/acf-tcpproxy/APKBUILD
blob: 3241c29f9a02fe7dbcf00e5c2ec8895ce4425f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"
arch="x86 x86_64"
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"