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

21 lines
480 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Telepati D-Bus protokolü için GLib bağları
2016-02-24 02:27:23 +02:00
# URL: http://telepathy.freedesktop.org/
2017-10-27 21:46:27 +03:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: dbus-glib libxslt gobject-introspection vala
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=telepathy-glib
surum=0.24.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
./configure --prefix=/usr \
2016-07-22 22:37:59 +00:00
--libexecdir=/usr/lib/telepathy \
2016-02-24 02:27:23 +02:00
--enable-vala-bindings \
--disable-static
make
make DESTDIR=$PKG install
}