#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=telepathy-glib
pkgver=0.24.1
pkgrel=1gv
source=("http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-$pkgver.tar.gz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://telepathy.freedesktop.org/wiki/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"telepathy-glib (GLib bindings for the Telepathy D-Bus protocol)"
"telepathy-glib provides GLib bindings for the Telepathy D-Bus"
"protocol. Telepathy is a flexible, modular communications framework"
"that enables real-time communication via pluggable protocol backends."
"Telepathy is a communications service that can be accessed by many"
"applications ('clients') simultaneously."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr \
		--libdir=/usr/lib${LIBDIRSUFFIX} \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--disable-gtk-doc \
		--disable-gtk-doc-html \
		--disable-gtk-doc-pdf \
		--disable-static \
		--enable-vala-bindings \
		--build=$arch-slackware-linux
	make -j $numjobs || return 1
	make install DESTDIR=$startdir/pkg

	rm -rf $startdir/pkg/usr/share/gtk-doc
} 
