ring-daemon
This commit is contained in:
parent
a9d9b7cae4
commit
cd9ec2985b
1 changed files with 26 additions and 11 deletions
|
@ -1,24 +1,39 @@
|
||||||
# Tanım: ring.cx is free software for universal communication which respects freedoms and privacy of its users (formerly known as SFLphone)
|
# Tanım: ring.cx sflphone olarak ta bilinen ücretsiz iletişim yazılımıdır.
|
||||||
# URL: https://ring.cx
|
# URL: https://ring.cx
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: boost msgpack-c autoconf-archive opendht yaml-cpp alsa-lib pulseaudio jack jsoncpp libsamplerate libsndfile dbus-c++ ffmpeg xorg-libxtst gnutls gsm libupnp libnatpmp crypto++ libva boost libvdpau pjproject-ring restbed
|
# Gerekler: boost libsecp256k1 msgpack-c autoconf-archive opendht yaml-cpp alsa-lib pulseaudio jack jsoncpp libsamplerate libsndfile dbus-c++ ffmpeg xorg-libxtst gnutls gsm libupnp libnatpmp crypto++ libva boost libvdpau restbed
|
||||||
|
# Grup: ağ
|
||||||
|
|
||||||
isim=ring-daemon
|
isim=ring-daemon
|
||||||
surum=4.0.0
|
surum=git
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://github.com/savoirfairelinux/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
|
kaynak=(https://github.com/savoirfairelinux/ring-daemon/archive/master.tar.gz::$isim-git-$devir.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd "${isim}-$surum"
|
cd "$SRC/$isim-master"
|
||||||
autoreconf --force --install --verbose
|
_pjprojectver=2.6
|
||||||
|
wget -nc http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2 -P $DERLEME_KAYNAKDIZIN
|
||||||
|
[ -f $DERLEME_KAYNAKDIZIN/pjproject-${_pjprojectver}.tar.bz2 ] && \
|
||||||
|
cp $DERLEME_KAYNAKDIZIN/pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs \
|
||||||
|
|| exit 1
|
||||||
|
|
||||||
|
mkdir contrib/native
|
||||||
|
autoreconf -fvi
|
||||||
|
cd "$SRC/$isim-master/contrib/native"
|
||||||
|
../bootstrap \
|
||||||
|
--disable-downloads \
|
||||||
|
--disable-all \
|
||||||
|
--enable-pjproject
|
||||||
|
make DEPS_pjproject=
|
||||||
|
|
||||||
|
cd ../..
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
--libexecdir=/usr/bin \
|
--libexecdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-contrib="no" \
|
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
DISABLE_CONTRIB_DOWNLOADS="TRUE" make -j1
|
make
|
||||||
DISABLE_CONTRIB_DOWNLOADS="TRUE" make DESTDIR="$PKG" install
|
make DESTDIR="$PKG" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue