mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
assimp: install contrib header
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
6bec4739a1
commit
b12438aeee
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'assimp'
|
# Template file for 'assimp'
|
||||||
pkgname=assimp
|
pkgname=assimp
|
||||||
version=5.0.0
|
version=5.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -16,6 +16,9 @@ depends="libassimp>=${version}_${revision}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
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
|
# Create command documentation
|
||||||
cd doc
|
cd doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue