summaryrefslogtreecommitdiffstats
path: root/main/acf-dhcp/APKBUILD
blob: 48ac6d74c088c8d57cb481baa490a3e9ad9f7308 (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.4.3
pkgrel=1
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/snapshot/$pkgname-$pkgver.tar.bz2"

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

	make DESTDIR="$pkgdir" install

}

md5sums="e385f74547dc49b843eae15ac159fe46  acf-dhcp-0.4.3.tar.bz2"