# Template file for 'mash' pkgname=mash version=0.2.0 revision=4 build_style=gnu-configure configure_args="--enable-introspection --disable-static" hostmakedepends="pkg-config intltool gobject-introspection" makedepends="clutter-devel>=1.16" depends="clutter>=1.16" short_desc="A small library for using 3D models within a Clutter scene" maintainer="Juan RP " homepage="http://www.clutter-project.org" license="LGPL-2.1" distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz" checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc long_desc=" 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." mash-devel_package() { depends="clutter-devel>=1.16 mash>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/share/gtk-doc vmove usr/share/gir-1.0 vmove "usr/lib/*.so" } }