coturn TURN server project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
coturn/rpm/build.settings.sh

14 lines
243 B

#!/bin/bash
# Common settings script.
TURNVERSION=4.4.4.3
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"