summaryrefslogtreecommitdiffstats
path: root/extra/acf-pingu
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-03-18 15:08:56 +0000
committerMichael Mason <ms13sp@gmail.com>2009-03-18 15:08:56 +0000
commitca793a1e6bdd7d7a1ec622bfa55adde49ea5e73d (patch)
tree8f6c3cd297e6feb1b8d40799e4646b109bcf895a /extra/acf-pingu
parentabcf9e496c5729227fb45d7a56c7a7a0da02153e (diff)
extra/acf-pingu Initial Commit
Diffstat (limited to 'extra/acf-pingu')
-rw-r--r--extra/acf-pingu/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/acf-pingu/APKBUILD b/extra/acf-pingu/APKBUILD
new file mode 100644
index 00000000000..284cd1dbfde
--- /dev/null
+++ b/extra/acf-pingu/APKBUILD
@@ -0,0 +1,21 @@
+# Contributor: Michael Mason <ms13sp@gmail.com>
+pkgname=acf-pingu
+pkgver=0.1.0
+pkgrel=0
+pkgdesc="A web-based system administration interface for pingu"
+url="http://dev.alpinelinux.org/alpine/acf"
+license="GPL-2"
+depends="acf-core lua pingu"
+makedepends=""
+install=
+subpackages=""
+source="http://dev.alpinelinux.org/alpine/acf/${pkgname:4}/$pkgname-$pkgver.tar.bz2"
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+}
+
+md5sums="df1c849d63896a4efa3ff796395ee392 acf-pingu-0.1.0.tar.bz2"