summaryrefslogtreecommitdiffstats
path: root/main/acf-freeswitch-vmail
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-09-10 20:00:26 +0000
committerTed Trask <ttrask01@yahoo.com>2010-09-10 20:00:26 +0000
commitc30b6f0f06644e7636d8f36a542df63e8e1fbb42 (patch)
treec33745e278ccf2f2c4c3ef7a6e65613cf615a9a9 /main/acf-freeswitch-vmail
parent9d7b7a425400b3657f1bd49aed1830be91e89bf4 (diff)
downloadaports-c30b6f0f06644e7636d8f36a542df63e8e1fbb42.tar.bz2
aports-c30b6f0f06644e7636d8f36a542df63e8e1fbb42.tar.xz
main/acf-freeswitch-vmail: moved from testing
Diffstat (limited to 'main/acf-freeswitch-vmail')
-rw-r--r--main/acf-freeswitch-vmail/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/acf-freeswitch-vmail/APKBUILD b/main/acf-freeswitch-vmail/APKBUILD
new file mode 100644
index 000000000..aa7a10d79
--- /dev/null
+++ b/main/acf-freeswitch-vmail/APKBUILD
@@ -0,0 +1,20 @@
+# Contributor: Ted Trask <ttrask01@yahoo.com>
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-freeswitch-vmail
+pkgver=0.0.3
+pkgrel=0
+pkgdesc="ACF for a web interface for freeswitch voicemail"
+url="http://git.alpinelinux.org/cgit/$pkgname"
+license="GPL-2"
+depends="acf-core lua lua-sql-sqlite3 freeswitch"
+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="78c4c4e6f6a333bebc395e8b01bcde60 acf-freeswitch-vmail-0.0.3.tar.bz2"