libogre: don't build vendored libraries
This commit is contained in:
parent
dfdd7c8947
commit
7ff3ebc8be
1 changed files with 6 additions and 9 deletions
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 'ogre'
|
# Template file for 'libogre'
|
||||||
pkgname=libogre
|
pkgname=libogre
|
||||||
version=1.12.9
|
version=1.12.9
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=ogre-$version
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
configure_args="-DOGRE_INSTALL_SAMPLES=TRUE -DOGRE_INSTALL_DOCS=TRUE
|
||||||
-DOGRE_INSTALL_SAMPLES=TRUE \
|
-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE -DOGRE_BUILD_DEPENDENCIES=FALSE"
|
||||||
-DOGRE_INSTALL_DOCS=TRUE \
|
make_build_target="all OgreDoc"
|
||||||
-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
hostmakedepends="pkg-config graphviz doxygen dejavu-fonts-ttf"
|
hostmakedepends="pkg-config graphviz doxygen dejavu-fonts-ttf"
|
||||||
makedepends="boost-devel freetype-devel libXaw-devel libXrandr-devel
|
makedepends="boost-devel freetype-devel libXaw-devel libXrandr-devel
|
||||||
MesaLib-devel zziplib-devel libcppunit-devel glu-devel libatomic-devel
|
MesaLib-devel zziplib-devel libcppunit-devel glu-devel libatomic-devel
|
||||||
freeimage-devel pugixml-devel python3-devel"
|
freeimage-devel pugixml-devel python3-devel"
|
||||||
short_desc="Scene-oriented, flexible 3D engine"
|
short_desc="Scene-oriented, flexible 3D engine"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
homepage="http://www.ogre3d.org"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="http://www.ogre3d.org"
|
||||||
distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz"
|
distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz"
|
||||||
checksum=028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa
|
checksum=028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa
|
||||||
make_build_target="all OgreDoc"
|
|
||||||
wrksrc=ogre-$version
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue