milis/talimatname/genel/p/polkit-qt5/talimat

23 lines
539 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: Geliştiricilerin güzel bir Qt tarzı API ile PolicyKit API'sine erişmelerini sağlayan bir kütüphane
# URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: polkit qt5
# Grup: kütüphane
isim=polkit-qt5
devir=1
surum=0.112.0
_isim=polkit-qt-1
kaynak=(http://download.kde.org/stable/apps/KDE4.x/admin/${_isim}-$surum.tar.bz2)
derle() {
cd ${_isim}-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
make
make DESTDIR=$PKG install
}