#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=clutter-gtk pkgver=0.10.6 zenver=66 pkgrel=1 arch=i686 source=("http://clutter-project.org/sources/clutter-gtk/0.10/clutter-gtk-0.10.6.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "clutter-gtk - A library to integrate Clutter into GTK+ applications" "It provides a GTK+ widget, GtkClutterEmbed, for embedding the" "default ClutterStage into any GtkContainer." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }