mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/freeswitch-git to 20120423-1
This commit is contained in:
parent
dcc0fb0cbc
commit
1abfb94a66
1 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
plugrel=1
|
||||
|
||||
# This builds the FreeSWITCH open source telephone engine
|
||||
# from the freeswitch git. It enables the following modules
|
||||
# not enabled in the standard freeswitch build:
|
||||
|
@ -6,8 +8,6 @@
|
|||
# And disables the following standard modules:
|
||||
# * mod_dialplan_asterisk
|
||||
# * mod_say_ru
|
||||
# * mod_spidermonkey
|
||||
# * mod_lua
|
||||
# You can modify this and other options in the BUILD CONFIGURATION section below
|
||||
|
||||
# Built using http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
|
||||
|
@ -38,18 +38,16 @@ _sounds=""
|
|||
_enabled_modules=(xml_int/mod_xml_curl
|
||||
xml_int/mod_xml_cdr
|
||||
formats/mod_shout
|
||||
applications/mod_callcenter)
|
||||
applications/mod_callcenter
|
||||
endpoints/mod_dingaling
|
||||
applications/mod_directory)
|
||||
|
||||
# DISABLED MODULES
|
||||
# Remove from _disabled_modules if you want to build these
|
||||
#
|
||||
# languages/mod_spidermonkey - server-side javascript
|
||||
# languages/mod_lua - server-side lua
|
||||
# say/mod_say_ru - Russian phrases
|
||||
# dialplans/mod_dialplan_asterisk - Legacy dialplan
|
||||
_disabled_modules=(languages/mod_spidermonkey
|
||||
languages/mod_lua
|
||||
say/mod_say_ru
|
||||
_disabled_modules=(say/mod_say_ru
|
||||
dialplans/mod_dialplan_asterisk)
|
||||
|
||||
# NOTE: We build --without-python due to Arch defaulting python3 as python.
|
||||
|
@ -68,16 +66,14 @@ _disabled_modules=(languages/mod_spidermonkey
|
|||
# CHANGE ANYTHING BELOW HERE AT YOUR OWN RISK! #
|
||||
# #
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=freeswitch-git
|
||||
pkgver=20120422
|
||||
pkgver=20120423
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source soft switch (telephony engine) built from a specific, stable git commit tag"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://freeswitch.org"
|
||||
license=('MPL')
|
||||
depends=("util-linux-ng")
|
||||
depends=("util-linux-ng" 'lua')
|
||||
makedepends=('git' 'libjpeg' 'curl')
|
||||
optdepends=('unixodbc: for odbc support in the core'
|
||||
'python: for some contrib scripts')
|
||||
|
|
Loading…
Reference in a new issue