milis/talimatname/genel/r/ring-daemon/talimat

25 lines
891 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: ring.cx is free software for universal communication which respects freedoms and privacy of its users (formerly known as SFLphone)
# URL: https://ring.cx
# 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
isim=ring-daemon
surum=4.0.0
devir=1
kaynak=(https://github.com/savoirfairelinux/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${isim}-$surum"
autoreconf --force --install --verbose
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \
--sysconfdir=/etc \
--with-contrib="no" \
--enable-ipv6
DISABLE_CONTRIB_DOWNLOADS="TRUE" make -j1
DISABLE_CONTRIB_DOWNLOADS="TRUE" make DESTDIR="$PKG" install
}