summaryrefslogtreecommitdiffstats
path: root/main/acf-heimdal/APKBUILD
blob: 0cbbee42456e2505847471500b4472fa1033d062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-heimdal
pkgver=0.2.0
pkgrel=0
pkgdesc="ACF module for heimdal"
url="http://git.alpinelinux.org/cgit/$pkgname"
arch="x86 x86_64"
license="GPL-2"
depends="acf-core lua heimdal"
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="59055e59b190bf8c03ff207435f66b1b  acf-heimdal-0.2.0.tar.bz2"