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