summaryrefslogtreecommitdiffstats
path: root/folks/Pkgfile
blob: 89bb7c9c6522e9773d0f063545ef3bf55155cbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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, vala
# Run on: evolution-data-server,telepathy-glib,libgee,libxml2

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

build() {
        cd $name-$version
	./configure --prefix=/usr \
		--disable-tracker-backend \
		--enable-eds-backend \
		--enable-import-tool \

#		--enable-vala \
#		--enable-inspect-tool
	make
	make DESTDIR=$PKG install
}