aur/freeswitch-git to 20120424-2

This commit is contained in:
Kevin Mihelich 2012-04-24 08:26:56 -04:00
parent 1abfb94a66
commit b1a8e11320

View file

@ -40,7 +40,8 @@ _enabled_modules=(xml_int/mod_xml_curl
formats/mod_shout
applications/mod_callcenter
endpoints/mod_dingaling
applications/mod_directory)
applications/mod_directory
asr_tts/mod_flite)
# DISABLED MODULES
# Remove from _disabled_modules if you want to build these
@ -67,8 +68,8 @@ _disabled_modules=(say/mod_say_ru
# #
pkgname=freeswitch-git
pkgver=20120423
pkgrel=1
pkgver=20120424
pkgrel=2
pkgdesc="Open Source soft switch (telephony engine) built from a specific, stable git commit tag"
arch=('i686' 'x86_64')
url="http://freeswitch.org"
@ -149,7 +150,7 @@ build() {
--with-rundir=/run/freeswitch
# COMPILE
make
make -j1
}
enable_mod_xml() {