milis/talimatname/genel/l/libringclient/talimat

24 lines
510 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 için istemci iletişim kütüphanesi (önceden SFLphone olarak bilinir)
# URL: https://ring.cx
# Paketçi: milisarge
# Gerekler: cmake qt5 ring-daemon
# Grup: kütüphane
isim=libringclient
surum=git
devir=1
kaynak=(https://github.com/savoirfairelinux/ring-lrc/archive/master.tar.gz::$isim-git-$devir.tar.gz)
derle() {
cd "ring-lrc-master"
mkdir -p build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$PKG" install
}