milis/talimatname/genel/m/mailcommon/talimat

23 lines
623 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Posta uygulamaları için destek sağlayan KDE PIM kütüphanesi
2018-08-02 10:32:25 +02:00
# URL: https://community.kde.org/KDE_PIM
2018-06-09 00:06:58 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: mailimporter messagelib kf5-extra-cmake-modules kf5-kdoctools boost qt5
2018-08-02 10:32:25 +02:00
# Grup: ağ kütüphane
2018-06-09 00:06:58 +02:00
isim=mailcommon
surum=16.08.2
devir=1
kaynak=(http://download.kde.org/stable/applications/$surum/src/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}