assimp: install contrib header

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-09-28 21:52:17 +02:00
parent 6bec4739a1
commit b12438aeee
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,7 +1,7 @@
# Template file for 'assimp'
pkgname=assimp
version=5.0.0
revision=1
revision=2
build_style=cmake
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
hostmakedepends="pkg-config"
@ -16,6 +16,9 @@ depends="libassimp>=${version}_${revision}"
post_install() {
vlicense LICENSE
# Copy contrib/stb_image header file (required for assimp_qt_viewer)
vmkdir usr/include/assimp/contrib/stb_image
vcopy contrib/stb_image/stb_image.h usr/include/assimp/contrib/stb_image
# Create command documentation
cd doc