aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
blob: 67829996bf1b1c20ee0f3925c9cf240eea731cc7 (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.10.7
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="8706c5469dd1ec3fc389cf7039bcfb39  acf-core-0.10.7.tar.bz2"