talimat 664 B

12345678910111213141516171819202122232425
  1. # Tanım: Qt5 tabanlı Telepathy istemcileri için bir kütüphane
  2. # URL: http://telepathy.freedesktop.org/wiki/
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # Gerekler: telepathy-farstream libxslt cmake doxygen qt5
  5. # Grup: kütüphane
  6. isim=telepathy-qt5
  7. surum=0.9.7
  8. devir=1
  9. kaynak=(http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$surum.tar.gz)
  10. derle() {
  11. cd telepathy-qt-$surum
  12. cmake -DCMAKE_BUILD_TYPE=Release \
  13. -DCMAKE_INSTALL_PREFIX=/usr \
  14. -DPYTHON_EXECUTABLE=/usr/bin/python \
  15. -DDESIRED_QT_VERSION=5 \
  16. -DENABLE_EXAMPLES=OFF \
  17. -DENABLE_TESTS=OFF
  18. make
  19. make DESTDIR=$PKG install
  20. }