assimp: updated URL

This commit is contained in:
Tim Biermann 2023-05-28 10:55:33 +02:00
parent 87e348015b
commit 68ef056ded
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38wrujJDRJ32ETOpZpPUDN6zjfSK4YtqgDs1XwQZF9cVJKCt6alYw1/NqmXN5xh7AWaVZ1pBexHSAJl/yAPefg4=
SHA256 (Pkgfile) = 7b38e3fb45b4965d5ef46beba2eb1194de638d3fb93caea5297763f60720997c
RWSagIOpLGJF38VDbDZfv8+J1UuWz9fqhqGfrQJFfYNjmCUyRfAN4Yh4743Cu+4ttSd4Xm4DmF8eGjuBqQ8CaphXAUk9Ne2uKgI=
SHA256 (Pkgfile) = 6c7980f2eb539f7fc82e6bd2a4313aa84251f1c57e7dd010c439a52f962ee100
SHA256 (.footprint) = 0e30878da424e80fb06993fa69737e9836768b517b0668fabe5facae2cefa7d4
SHA256 (assimp-5.2.5.tar.gz) = b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a

View File

@ -1,5 +1,5 @@
# Description: Library to import various well-known 3D model formats in an uniform manner
# URL: http://assimp.sourceforge.net/index.html
# URL: https://assimp.sourceforge.net/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake
@ -9,8 +9,7 @@ release=1
source=(https://github.com/assimp/assimp/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_ASSIMP+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_ASSIMP_OPTIONS \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \