milis/talimatname/genel/t/trojita/talimat

23 lines
531 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.

# Tanım: QT IMAP e-posta istemcisi
# URL: http://trojita.flaska.net
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: git desktop-file-utils hicolor-icon-theme qt5-webkit qtkeychain-qt5 qt5 gpgmepp
# Grup: ağ
isim=trojita
surum=0.7
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.xz)
derle() {
mkdir build
cd build
cmake ../$isim-$surum \
-DQT_QMAKE_EXECUTABLE=qmake-qt5 \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}