4 pkgdesc="A presentation application for the GNOME Desktop"
7 depends=('gtk2' 'clutter-gtk2' 'clutter' 'clutter-gst' 'pango' 'libgee' 'libunique' 'librest06')
8 makedepends=('vala>=0.9.1' 'gcc' 'make' 'git' 'intltool>=0.25' 'json-glib')
9 #options=('!makeflags')
10 url="http://www.ease-project.org/"
11 source=("http://ftp.gnome.org/pub/GNOME/sources/ease/${pkgver}/ease-${pkgver}.tar.bz2"
13 md5sums=('9134b74a2ff3701b62d08f5b4d954232'
14 '8a50fc6997fff184a09cd058b53879e5')
17 cd ${srcdir}/ease-${pkgver}
18 ./configure --prefix=/usr LIBS="`pkg-config \
19 --libs clutter-gst-1.0 \
21 --libs clutter-gtk-0.10 \
23 --libs json-glib-1.0 \
27 --libs rest-extras-0.6`" || return 1
28 patch ease/Makefile ${startdir}/Makefile.patch
30 make DESTDIR="${pkgdir}" install || return 1