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

20 lines
522 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Telepati için bir Jabber / XMPP bağlantı yöneticisi
2016-07-23 00:00:06 +02:00
# URL: http://telepathy.freedesktop.org
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-glib libsoup libnice sqlite libxslt
2016-07-23 00:00:06 +02:00
2017-10-28 14:10:23 +02:00
isim=telepathy-gabble
surum=0.18.3
devir=2
2016-07-23 00:00:06 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
2016-07-23 00:00:06 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-07-23 00:00:06 +02:00
./configure --prefix=/usr \
--without-ca-certificates \
--libexecdir=/usr/lib/telepathy
make
make DESTDIR=$PKG install
}