milis/talimatname/genel/telepathy-glib/talimat

21 lines
495 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: GLib bindings for the Telepathy D-Bus protocol
# URL: http://telepathy.freedesktop.org/
2016-07-22 23:57:02 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: dbus-glib libxslt gobject-introspection vala
name=telepathy-glib
version=0.24.1
release=1
2016-07-23 00:37:59 +02:00
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2016-07-23 00:37:59 +02:00
--libexecdir=/usr/lib/telepathy \
2016-02-24 01:27:23 +01:00
--enable-vala-bindings \
--disable-static
make
make DESTDIR=$PKG install
}