blob: c27905f86f98dbdd4871a8af564c46f73ae4ecda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-squid
pkgver=0.5.1
pkgrel=0
pkgdesc="A web-based system administration interface for squid"
url="http://git.alpinelinux.org/cgit/acf-squid"
license="GPL-2"
depends="acf-core lua squid"
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="2ac257458c05c48631f76d35fd261930 acf-squid-0.5.1.tar.bz2"
|