# Template file for 'libogre' pkgname=libogre version=1.12.9 revision=1 build_style=cmake configure_args="-DOGRE_INSTALL_SAMPLES=TRUE -DOGRE_INSTALL_DOCS=TRUE -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE -DOGRE_BUILD_DEPENDENCIES=FALSE" make_build_target="all OgreDoc" hostmakedepends="pkg-config graphviz doxygen dejavu-fonts-ttf" makedepends="boost-devel-minimal freetype-devel libXaw-devel libXrandr-devel MesaLib-devel zziplib-devel libcppunit-devel glu-devel freeimage-devel pugixml-devel python3-devel" short_desc="Scene-oriented, flexible 3D engine" maintainer="Enno Boland " license="MIT" homepage="http://www.ogre3d.org" distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz https://github.com/ocornut/imgui/archive/v1.77.tar.gz " checksum="028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa c0dae830025d4a1a169df97409709f40d9dfa19f8fc96b550052224cbb238fa8" skip_extraction="v1.77.tar.gz" pre_configure() { if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then find -name CMakeLists.txt -exec sed -i "{}" \ -e "/target_link_libraries/s/)/ atomic)/" \; fi vsed -i -e "s,https://github.com/ocornut/imgui/archive,file://${XBPS_SRCDISTDIR}/${pkgname}-${version}," \ Components/Overlay/CMakeLists.txt } post_install() { vmkdir /usr/share/doc vcopy build/Docs /usr/share/doc/libogre vlicense LICENSE } libogre-devel_package() { depends="libogre>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/bin vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } } libogre-doc_package() { depends="libogre>=${version}_${revision}" short_desc+=" - documentation" pkg_install() { vmove /usr/share/doc/libogre } }