summaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
blob: ef6088429e067046bcb62581266752873163bf5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=acf-core
pkgver=0.11.0
pkgrel=0
pkgdesc="A web-based system administration interface framework"
url="http://git.alpinelinux.org/cgit/acf-core"
license="GPL-2"
install="$pkgname.post-upgrade"
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="26e72649cd266bedbfd9f2d3a6eb5f6e  acf-core-0.11.0.tar.bz2"