milis/talimatname/genel/polkit-qt5/talimat

22 lines
511 B
Plaintext
Raw Normal View History

2016-07-20 23:10:15 +02:00
# Description : A library that allows developers to access PolicyKit API with a nice Qt-style API
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
2016-07-21 16:02:09 +02:00
# Depends on: polkit qt5
2016-07-20 23:10:15 +02:00
name=polkit-qt5
2016-07-21 16:02:09 +02:00
release=1
2016-07-20 23:10:15 +02:00
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
}