mirror of
https://github.com/coturn/coturn.git
synced 2025-05-14 09:36:49 +08:00
15 lines
243 B
Bash
Executable File
15 lines
243 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Common settings script.
|
|
|
|
TURNVERSION=4.3.4.1
|
|
BUILDDIR=~/rpmbuild
|
|
ARCH=`uname -p`
|
|
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
|
|
TURNSERVER_SVN_URL_VER=trunk
|
|
|
|
WGETOPTIONS="--no-check-certificate"
|
|
RPMOPTIONS="-ivh --force"
|
|
|
|
|