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

21 lines
532 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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