# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-dovecot
pkgver=0.2.1
pkgrel=2
pkgdesc="A web-based system administration interface for dovecot"
url="http://git.alpinelinux.org/cgit/acf-dovecot"
arch="noarch"
license="GPL-2"
depends="acf-core lua dovecot"
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="4e218a704b4ff3af4765d011787e29f3  acf-dovecot-0.2.1.tar.bz2"