aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
blob: 68721739691434d81e24a71fdc6f069f0bae9040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=acf-core
pkgver=0.10.0
pkgrel=0
pkgdesc="A web-based system administration interface framework"
url="http://git.alpinelinux.org/cgit/acf-core"
license="GPL-2"
depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

build() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="34dade6fd5f70f3319cd4f4aee46062b  acf-core-0.10.0.tar.bz2"