1 # Maintainer: Jonathan Lestrelin <zanko@daemontux.org>
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 # Contributor: Guenther Wutz <admin@wutzara.de>
9 pkgdesc="A widget toolkit using Clutter"
10 arch=('i686' 'x86_64')
11 url="http://www.clutter-project.org"
15 depends=('clutter' 'libxrandr' 'dbus-glib' 'gtk2' 'startup-notification')
16 makedepends=('intltool' 'gobject-introspection')
18 source=("http://source.clutter-project.org/sources/$_pkgname/1.2/$_pkgname-$pkgver.tar.bz2")
19 sha256sums=('9d1e6d4fa2cc7254c319c4e9bc892a9da88e54287494953d31354e559bac6d8a')
22 cd "${srcdir}/${_pkgname}-${pkgver}"
24 ./configure --prefix=/usr
29 cd "${srcdir}/${_pkgname}-${pkgver}"
30 make DESTDIR="${pkgdir}" install