#Maintainer: Dimitris Tzemos pkgname=telepathy-glib pkgver=0.24.1 pkgrel=1dj docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'ChangeLog.pre-git') url="http://telepathy.freedesktop.org" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}) sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (GLib bindings for the Telepathy D-Bus protocol)" "" "Homepage: http://telepathy.freedesktop.org" ) build() { cd $SRC/$pkgname-$pkgver || return 1 PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} \ --libexecdir=/usr/lib{LIBDIRSUFFIX}/telepathy \ --enable-vala-bindings \ --enable-static=no || return 1 make || return 1 make install DESTDIR=$PKG || return 1 }