milis/talimatname/genel/l/libringclient/talimat

23 lines
484 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: Client communication library for ring.cx (formerly known as SFLphone)
# URL: https://ring.cx
# Paketçi: milisarge
# Gerekler: cmake qt5 ring-daemon
isim=libringclient
surum=1.0.0
devir=1
kaynak=(https://github.com/savoirfairelinux/ring-lrc/archive/master.tar.gz::$isim-$surum-master.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
}