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

21 lines
532 B
Plaintext
Raw Normal View History

2018-07-26 11:29:10 +02:00
# Tanım: Telepati için bir Jabber/XMPP bağlantı yöneticisi
2018-06-09 00:06:58 +02:00
# URL: http://telepathy.freedesktop.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-glib libsoup libnice sqlite libxslt
2018-07-26 11:29:10 +02:00
# Grup: ağ
2018-06-09 00:06:58 +02:00
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
}