22 lines
600 B
Plaintext
22 lines
600 B
Plaintext
# Tanım: Posta uygulamaları için destek sağlayan KDE PIM kütüphanesi
|
||
# URL : https://community.kde.org/KDE_PIM
|
||
# Paketçi: alihan-ozturk28@hotmail.com
|
||
# Gerekler: mailimporter messagelib kf5-extra-cmake-modules kf5-kdoctools boost qt5
|
||
|
||
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
|
||
}
|