summaryrefslogtreecommitdiffstats
path: root/main/acf-dhcp/APKBUILD
blob: 8098b688387fd6ac59e04fd655d8d82de8ce09e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-dhcp
pkgver=0.6.1
pkgrel=0
pkgdesc="A web-based system administration interface for dhcp"
url="http://git.alpinelinux.org/cgit/acf-dhcp"
arch="noarch"
license="GPL-2"
depends="acf-core lua dhcp"
makedepends=""
install=
subpackages=""
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"

	make DESTDIR="$pkgdir" install

}

md5sums="761393f755b99035ce51d7937755ffc9  acf-dhcp-0.6.1.tar.bz2"