just do the sounds too
This commit is contained in:
parent
f0d1be5f41
commit
35eec3704c
|
@ -32,7 +32,7 @@ freeswitch.git/bootstrap.sh: has-git
|
|||
test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git
|
||||
|
||||
install: freeswitch
|
||||
cd freeswitch.git && make install
|
||||
cd freeswitch.git && make install cd-sounds-install cd-moh-install
|
||||
|
||||
install-git: .done
|
||||
.done:
|
||||
|
|
|
@ -25,7 +25,7 @@ rpmforge:
|
|||
(which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true
|
||||
|
||||
install:
|
||||
cd freeswitch.git && make install
|
||||
cd freeswitch.git && make install cd-sounds-install cd-moh-install
|
||||
|
||||
has-git:
|
||||
@git --version || (echo "please install git" && false)
|
||||
|
|
|
@ -27,7 +27,7 @@ freeswitch.git/bootstrap.sh: has-git
|
|||
test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git
|
||||
|
||||
install:
|
||||
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install
|
||||
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install
|
||||
|
||||
clean:
|
||||
@rm -rf openssl* ldns* jpeg* pcre* perl* pkg-config* speex* sqlite* libedit* curl* *~
|
||||
|
|
|
@ -34,7 +34,7 @@ freeswitch.git/bootstrap.sh: has-git
|
|||
test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git
|
||||
|
||||
install: freeswitch
|
||||
cd freeswitch.git && gmake install
|
||||
cd freeswitch.git && gmake install cd-sounds-install cd-moh-install
|
||||
|
||||
install-git:
|
||||
pkg install git autoconf automake libtool libjpeg gcc-45 wget
|
||||
|
|
Loading…
Reference in New Issue