aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-pingu/APKBUILD
blob: eb71cbabe901b852302a74739756f948f09563f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-pingu
pkgver=0.2.1
pkgrel=0
pkgdesc="A web-based system administration interface for pingu"
url="http://git.alpinelinux.org/cgit/acf-pingu"
arch="x86 x86_64"
license="GPL-2"
depends="acf-core lua pingu"
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="0b74aea2e06e157b6a26d52f56e37f89  acf-pingu-0.2.1.tar.bz2"