milis/talimatname/genel/k/kcontacts/talimat

22 lines
587 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libkcontacts - KDE için yeni adres defteri API'sı
2016-07-25 01:42:35 +02:00
# URL : https://projects.kde.org/kcontacts
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: kf5-extra-cmake-modules kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kio kf5-kcodecs
2016-07-25 01:42:35 +02:00
name=kcontacts
2016-10-11 22:13:55 +02:00
version=16.08.2
2016-07-25 01:42:35 +02:00
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-07-25 01:42:35 +02:00
cd $name-$version
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}