# Template file for 'libmygui' pkgname=libmygui version=3.4.3 revision=1 build_style=cmake configure_args="-DMYGUI_BUILD_DEMOS=OFF -DMYGUI_RENDERSYSTEM=1 -DMYGUI_BUILD_TOOLS=OFF -DMYGUI_DONT_USE_OBSOLETE=ON" hostmakedepends="doxygen pkg-config" makedepends="libX11-devel ois-devel boost-devel-minimal freetype-devel" short_desc="Fast, flexible and simple GUI" maintainer="John " license="MIT" homepage="http://mygui.info" distfiles="https://github.com/MyGUI/mygui/archive/MyGUI${version}.tar.gz" checksum=33c91b531993047e77cace36d6fea73634b8c17bd0ed193d4cd12ac7c6328abd libmygui-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove "usr/lib/*.a" } } post_install() { vlicense COPYING.MIT }