system/freeswitch: Updated for version 1.2.15.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
871f33f4f4
commit
6b7f27e63c
|
@ -24,3 +24,5 @@ To enable building with PostgreSQL support, use:
|
|||
|
||||
To disable building with Python support, use:
|
||||
# PYTHON=no ./freeswitch.SlackBuild
|
||||
|
||||
erlang-otp is another optional dependency (but this is autodetected).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=freeswitch
|
||||
VERSION=${VERSION:-20130414}
|
||||
VERSION=${VERSION:-1.2.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -110,7 +110,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
# Prepare some things
|
||||
./bootstrap.sh
|
||||
./rebootstrap.sh
|
||||
|
||||
# Disable Cluecon registration annoyance
|
||||
touch noreg
|
||||
|
@ -130,7 +130,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
$PGSQL \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
make samples DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="freeswitch"
|
||||
VERSION="20130414"
|
||||
VERSION="1.2.15"
|
||||
HOMEPAGE="http://www.freeswitch.org/"
|
||||
DOWNLOAD="http://mirror.slackverse.org/sources/freeswitch/freeswitch-20130414.tar.bz2 \
|
||||
DOWNLOAD="http://files.freeswitch.org/freeswitch-1.2.15.tar.bz2 \
|
||||
http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.22.tar.gz \
|
||||
http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.22.tar.gz \
|
||||
http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz \
|
||||
|
@ -10,7 +10,7 @@ DOWNLOAD="http://mirror.slackverse.org/sources/freeswitch/freeswitch-20130414.ta
|
|||
http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz \
|
||||
http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz \
|
||||
http://files.freeswitch.org/freeswitch-sounds-music-48000-1.0.8.tar.gz"
|
||||
MD5SUM="c80247919dfefc57bb1a550dc045b731 \
|
||||
MD5SUM="64b60dffd99f4a7f9799bb2865945258 \
|
||||
cff509d878708ce5e6e7fedac7f683ef \
|
||||
d9f7b0da8e2251ac6ab786fb18e52df6 \
|
||||
3d266ef251a48d00db6f3851c53240d8 \
|
||||
|
|
Loading…
Reference in New Issue