aboutsummaryrefslogtreecommitdiffstats
path: root/extra/acf-dhcp/APKBUILD
blob: 66d38fde4b465206d36d99d59bb33a24e8472eb4 (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-dhcp
pkgver=0.3.10
pkgrel=0
pkgdesc="A web-based system administration interface for dhcp"
url="http://git.alpinelinux.org/cgit/acf-dhcp"
license="GPL-2"
depends="acf-core lua dhcp"
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="c83c0a657c36f9b71e0dbf271095afa5  acf-dhcp-0.3.10.tar.bz2"