talimat 532 B

123456789101112131415161718192021
  1. # Tanım: Telepati için bir Jabber/XMPP bağlantı yöneticisi
  2. # URL: http://telepathy.freedesktop.org
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # Gerekler: telepathy-glib libsoup libnice sqlite libxslt
  5. # Grup: ağ
  6. isim=telepathy-gabble
  7. surum=0.18.3
  8. devir=2
  9. kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr \
  13. --without-ca-certificates \
  14. --libexecdir=/usr/lib/telepathy
  15. make
  16. make DESTDIR=$PKG install
  17. }