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

25 lines
908 B
Plaintext
Raw Normal View History

2017-07-25 02:30:09 +02:00
# Description: ring.cx is free software for universal communication which respects freedoms and privacy of its users (formerly known as SFLphone)
# URL: https://ring.cx
# Packager: milisarge
2017-07-25 05:36:16 +02:00
# Depends on: 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
name=ring-daemon
version=4.0.0
release=1
2017-07-26 01:53:37 +02:00
source=(https://github.com/savoirfairelinux/$name/archive/$version.tar.gz::$name-$version.tar.gz)
2017-07-25 02:30:09 +02:00
build() {
cd "${name}-$version"
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
}