aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-quagga/APKBUILD
blob: 4b4615c0d5587ea54f7d9be32bf43ff3cb7ee4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-quagga
pkgver=0.5.0
pkgrel=1
pkgdesc="A web-based system administration interface for quagga"
url="http://git.alpinelinux.org/cgit/acf-quagga"
arch="noarch"
license="GPL-2"
depends="acf-core lua quagga"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="6b22ff32cb493a7bd9b8055d75e07a8d  acf-quagga-0.5.0.tar.bz2"