aboutsummaryrefslogtreecommitdiffstats
path: root/extra/acf-dovecot
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-03-18 15:07:28 +0000
committerMichael Mason <ms13sp@gmail.com>2009-03-18 15:07:28 +0000
commitabcf9e496c5729227fb45d7a56c7a7a0da02153e (patch)
tree1767433de60d7b4d246ac85428afe9beeeefe76e /extra/acf-dovecot
parent05cc76b6aca0bac85bece36e6321c1dfc4533134 (diff)
downloadaports-abcf9e496c5729227fb45d7a56c7a7a0da02153e.tar.bz2
aports-abcf9e496c5729227fb45d7a56c7a7a0da02153e.tar.xz
extra/acf-dovecot Initial commit
Diffstat (limited to 'extra/acf-dovecot')
-rw-r--r--extra/acf-dovecot/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/acf-dovecot/APKBUILD b/extra/acf-dovecot/APKBUILD
new file mode 100644
index 0000000000..80d9bf9b64
--- /dev/null
+++ b/extra/acf-dovecot/APKBUILD
@@ -0,0 +1,21 @@
+# Contributor: Michael Mason <ms13sp@gmail.com>
+pkgname=acf-dovecot
+pkgver=0.1.0
+pkgrel=0
+pkgdesc="A web-based system administration interface for dovecot"
+url="http://dev.alpinelinux.org/alpine/acf"
+license="GPL-2"
+depends="acf-core lua dovecot"
+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="6db0db877bdcb7b1dede836e182e1201 acf-dovecot-0.1.0.tar.bz2"