# Contributor: William Pitcock # Maintainer: Natanael Copa pkgname=clutter pkgver=1.26.2 pkgrel=2 pkgdesc="Library for creating fast, visually-appealing interfaces" url="http://www.clutter-project.org/" arch="all" license="LGPL" depends_dev="gdk-pixbuf-dev json-glib-dev atk-dev pango-dev mesa-dev libxcomposite-dev libxi-dev cairo-dev cogl-dev" makedepends="$depends_dev gobject-introspection-dev intltool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure --prefix=/usr \ --sysconfdir=/etc make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="c8008a1a1f111313d9abaff8d4415f112ddc32a02e08845f3735d33bb25b72b082f133daba06749bb9595eaf1ba83b308d30a413fbbe8dcdc1afdd7077a30937 clutter-1.26.2.tar.xz"