1 # Maintainer: corvolino <corvolino@archlinux.com.br>
3 pkgname=evolution-python
6 pkgdesc="is a new library to add python support to evolution-data-server through producing bindings for libebook and libecal. This is still an alpha quality binding, so expect memory leaks."
7 depends=('evolution-data-server' 'gnome-python-desktop' 'gdk-pixbuf')
10 source=("http://files.conduit-project.org/releases/${pkgname}-${pkgver}.tar.gz")
11 url="http://www.conduit-project.org/wiki/evolution-python"
12 md5sums=('2d08555f0a6de288bfcc3b048d98b3e4')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr
22 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir/" install