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

24 lines
652 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Qt5 tabanlı Telepathy istemcileri için bir kütüphane
2016-07-22 23:57:02 +02:00
# URL: http://telepathy.freedesktop.org/wiki/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-farstream libxslt cmake doxygen qt5
2016-07-22 23:57:02 +02:00
name=telepathy-qt5
version=0.9.7
release=1
source=(http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-07-22 23:57:02 +02:00
cd telepathy-qt-$version
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
}