#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=mash pkgver=0.2.0 pkgrel=1 zenver=72 arch=i486 source=("http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://clutter-project.org/" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mash - A small library for using real 3D models within a Clutter" "Mash is a small library for using real 3D models within a Clutter" "scene. Models can be exported from Blender or other 3D modelling" "software as PLY files and then used as actors. It also supports a" "lighting model with animatable lights." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }