summaryrefslogtreecommitdiffstats
path: root/main/acf-dhcp/APKBUILD
blob: 6dcc599b197a7e0c2129c7d5ccf1a1bf6767c5d0 (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-dhcp
pkgver=0.4.3
pkgrel=0
pkgdesc="A web-based system administration interface for dhcp"
url="http://git.alpinelinux.org/cgit/acf-dhcp"
arch="x86 x86_64"
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="e385f74547dc49b843eae15ac159fe46  acf-dhcp-0.4.3.tar.bz2"