mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/freeswitch-git to 20120424-2
This commit is contained in:
parent
1abfb94a66
commit
b1a8e11320
1 changed files with 5 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue