updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / ease / PKGBUILD
blob3e83569b46e4a7eda095ceaf6eec81e4eb32a2a6
1 pkgname=ease
2 pkgver=0.4
3 pkgrel=2
4 pkgdesc="A presentation application for the GNOME Desktop"
5 arch=('i686' 'x86_64')
6 license=('GPL')
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"
12             "Makefile.patch")
13 md5sums=('9134b74a2ff3701b62d08f5b4d954232'
14          '8a50fc6997fff184a09cd058b53879e5')
16 build() {
17         cd ${srcdir}/ease-${pkgver}
18         ./configure --prefix=/usr LIBS="`pkg-config \
19                 --libs clutter-gst-1.0 \
20                 --libs libarchive \
21                 --libs clutter-gtk-0.10 \
22                 --libs gee-1.0 \
23                 --libs json-glib-1.0 \
24                 --libs unique-1.0 \
25                 --libs gmodule-2.0 \
26                 --libs rest-0.6 \
27                 --libs rest-extras-0.6`" || return 1
28         patch ease/Makefile ${startdir}/Makefile.patch
29         make || return 1
30         make DESTDIR="${pkgdir}" install || return 1