summaryrefslogtreecommitdiffstats
path: root/main/acf-fetchmail/APKBUILD
blob: 904516d09a33691031f2ce4b750f25b052fa5d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-fetchmail
pkgver=0.4.1
pkgrel=0
pkgdesc="A web-based system administration interface for fetchmail"
url="http://git.alpinelinux.org/cgit/acf-fetchmail"
license="GPL-2"
depends="acf-core lua fetchmail"
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="23b9000b6c7c97895a1760671f5d029f  acf-fetchmail-0.4.1.tar.bz2"