summaryrefslogtreecommitdiff
path: root/assimp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'assimp/Pkgfile')
-rw-r--r--assimp/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/assimp/Pkgfile b/assimp/Pkgfile
index 480572d6e..a9b4ec2ba 100644
--- a/assimp/Pkgfile
+++ b/assimp/Pkgfile
@@ -1,11 +1,11 @@
# Description: Library to import various well-known 3D model formats in an uniform manner
# URL: http://assimp.sourceforge.net/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: boost cmake
+# Depends on: cmake
name=assimp
version=5.0.1
-release=1
+release=2
source=(https://github.com/assimp/assimp/archive/v$version/$name-$version.tar.gz)
build() {
@@ -19,4 +19,6 @@ build() {
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
+
+ sed -i "s|includedir=.*|includedir=/usr/include/assimp|" ${PKG}/usr/lib/pkgconfig/assimp.pc
}

Generated by cgit