From b12438aeeeed481f662a40227a579c8549330f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 28 Sep 2019 21:52:17 +0200 Subject: [PATCH] assimp: install contrib header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/assimp/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/assimp/template b/srcpkgs/assimp/template index 33bd61b671..ec6a61c9bc 100644 --- a/srcpkgs/assimp/template +++ b/srcpkgs/assimp/template @@ -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