talimat 579 B

12345678910111213141516171819202122
  1. # Tanım: KDE için kullanıcı dostu bir IRC istemcisi
  2. # URL: http://konversation.kde.org
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # Gerekler: kf5-knotifyconfig kf5-kemoticons kf5-kparts kf5-kidletime qca-qt5 hicolor-icon-theme kf5-extra-cmake-modules kf5-kdoctools
  5. # Grup: ağ
  6. isim=konversation
  7. surum=1.6.2
  8. devir=1
  9. kaynak=(http://download.kde.org/stable/$isim/$surum/src/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. cmake -DCMAKE_BUILD_TYPE=Release \
  13. -DCMAKE_INSTALL_PREFIX=/usr \
  14. -DKDE_INSTALL_LIBDIR=lib
  15. make
  16. make DESTDIR=$PKG install
  17. }