milis/talimatname/genel/t/telepathy-qt5/talimat

24 lines
644 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Qt5 tabanlı Telepathy istemcileri için bir kütüphane
2016-07-22 21:57:02 +00:00
# URL: http://telepathy.freedesktop.org/wiki/
2017-10-27 21:46:27 +03:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-farstream libxslt cmake doxygen qt5
2016-07-22 21:57:02 +00:00
2017-10-28 15:10:23 +03:00
isim=telepathy-qt5
surum=0.9.7
devir=1
2016-07-22 21:57:02 +00:00
2017-10-28 15:10:23 +03:00
kaynak=(http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$surum.tar.gz)
2016-07-22 21:57:02 +00:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd telepathy-qt-$surum
2016-07-22 21:57:02 +00:00
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python \
-DDESIRED_QT_VERSION=5 \
-DENABLE_EXAMPLES=OFF \
-DENABLE_TESTS=OFF
make
make DESTDIR=$PKG install
}