# Description: Bibliothèque permettant de créer des méta-contacts à partir de sources multiples
# URL: http://telepathy.freedesktop.org/wiki/Folks
# Maintainer: NuTyX Gnome team
# Packager: piernov <piernov@piernov.org>
# Depends on: evolution-data-server, telepathy-glib, libgee, libxml2, gobject-introspection, intltool
# Run on: evolution-data-server,telepathy-glib,libgee,libxml2

name=folks
version=0.6.3.1
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*.*}/$name-$version.tar.xz)

build() {
        cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}