20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
}
|