milis/talimatname/genel/polkit-qt5/talimat

22 lines
535 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.

# Description : 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/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: polkit qt5
name=polkit-qt5
release=1
version=0.112.0
_name=polkit-qt-1
source=(http://download.kde.org/stable/apps/KDE4.x/admin/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
make
make DESTDIR=$PKG install
}