aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-20 15:38:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-20 15:38:07 +0000
commit31671139a63bb5b7fff01632fab149d7cb27d1ce (patch)
tree46ed21e60ea837f3613fdecb490e2618034af407 /testing
parentc5f5ef276b24922922f8d3089049ab4c1553009f (diff)
downloadaports-31671139a63bb5b7fff01632fab149d7cb27d1ce.tar.bz2
aports-31671139a63bb5b7fff01632fab149d7cb27d1ce.tar.xz
testing/acf-core: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/acf-core/APKBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/acf-core/APKBUILD b/testing/acf-core/APKBUILD
new file mode 100644
index 0000000000..a738d9147b
--- /dev/null
+++ b/testing/acf-core/APKBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=acf-core
+pkgver=0.4.18
+pkgrel=0
+pkgdesc="A web-based system administration interface framework"
+url="http://dev.alpinelinux.org/alpine/acf"
+license="GPL-2"
+depends="acf-skins lua luaposix"
+source="http://dev.alpinelinux.org/alpine/acf/core/$pkgname-$pkgver.tar.bz2"
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+md5sums="16c4ab5b3333f2a4ea4b170b85e440c7 acf-core-0.4.18.tar.bz2"