libogre: don't build vendored libraries

This commit is contained in:
Đoàn Trần Công Danh 2021-03-27 13:48:38 +07:00
parent dfdd7c8947
commit 7ff3ebc8be

View file

@ -1,25 +1,22 @@
# Template file for 'ogre'
# Template file for 'libogre'
pkgname=libogre
version=1.12.9
revision=1
wrksrc=ogre-$version
build_style=cmake
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
-DOGRE_INSTALL_SAMPLES=TRUE \
-DOGRE_INSTALL_DOCS=TRUE \
-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
-DCMAKE_BUILD_TYPE=Release"
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 freetype-devel libXaw-devel libXrandr-devel
MesaLib-devel zziplib-devel libcppunit-devel glu-devel libatomic-devel
freeimage-devel pugixml-devel python3-devel"
short_desc="Scene-oriented, flexible 3D engine"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="http://www.ogre3d.org"
license="MIT"
homepage="http://www.ogre3d.org"
distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz"
checksum=028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa
make_build_target="all OgreDoc"
wrksrc=ogre-$version
pre_configure() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then