# Contributor: Ted Trask # Maintainer: Ted Trask pkgname=acf-fetchmail pkgver=0.7.0 pkgrel=0 pkgdesc="A web-based system administration interface for fetchmail" url="http://git.alpinelinux.org/cgit/acf-fetchmail" arch="noarch" license="GPL-2" depends="acf-core lua fetchmail" 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="4758d2bee5963237042b97389169ff4e acf-fetchmail-0.7.0.tar.bz2"