summaryrefslogtreecommitdiffstats
path: root/main/asterisk
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-17 14:12:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-17 14:12:23 +0000
commit359d5615aa94e0120220ee9f96c9ce14bfe73c07 (patch)
treebf68844779b22f50c58c4b84b29a8e41cb96521e /main/asterisk
parent70b7e56d8066fcc8c2a398f536fcff0bac303bb1 (diff)
downloadaports-359d5615aa94e0120220ee9f96c9ce14bfe73c07.tar.bz2
aports-359d5615aa94e0120220ee9f96c9ce14bfe73c07.tar.xz
main/asterisk: add alsa support
fixes #221
Diffstat (limited to 'main/asterisk')
-rw-r--r--main/asterisk/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD
index d385c352..4f20e6dd 100644
--- a/main/asterisk/APKBUILD
+++ b/main/asterisk/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=asterisk
pkgver=1.6.0.19
-pkgrel=0
+pkgrel=1
pkgdesc="Asterisk: A Module Open Source PBX System"
url="http://www.asterisk.org/"
license="GPL"
depends=
makedepends="autoconf automake libtool ncurses-dev popt-dev newt-dev zlib-dev
postgresql-dev unixodbc-dev dahdi-tools-dev libpri-dev tar
- freetds-dev openssl-dev lua-dev"
+ freetds-dev openssl-dev lua-dev alsa-lib-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade $pkgname.post-install"
subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc
$pkgname-tds"
@@ -45,6 +45,7 @@ build() {
--without-iconv --with-popt --with-z --with-newt \
--with-odbc --with-postgres --with-tds \
--with-dahdi --with-pri --with-tonezone \
+ --with-asound \
--without-x11 \
|| return 1