21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
# Tanım: Telepati D-Bus protokolü için GLib bağları
|
||
# URL: http://telepathy.freedesktop.org/
|
||
# Paketçi: alihan-ozturk28@hotmail.com
|
||
# Gerekler: dbus-glib libxslt gobject-introspection vala
|
||
|
||
isim=telepathy-glib
|
||
surum=0.24.1
|
||
devir=1
|
||
|
||
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--libexecdir=/usr/lib/telepathy \
|
||
--enable-vala-bindings \
|
||
--disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|