25 lines
891 B
Plaintext
25 lines
891 B
Plaintext
# 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
|
||
}
|