libraries/ospray_studio: Fix DOWNLOAD.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-06-23 12:19:16 +09:00 committed by Willy Sudiarto Raharjo
parent eeea962865
commit 09eac7ecac
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

@ -29,6 +29,7 @@ VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=$(echo $PRGNAM | tr _ -)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -69,9 +70,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -3,8 +3,8 @@ VERSION="1.0.0"
HOMEPAGE="https://www.ospray.org/ospray_studio/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/ospray/ospray_studio/archive/v1.0.0/ospray_studio-1.0.0.tar.gz"
MD5SUM_x86_64="8b8f74529303ef167fc403d6290fe3d4"
DOWNLOAD_x86_64="https://github.com/RenderKit/ospray-studio/archive/v1.0.0/ospray-studio-1.0.0.tar.gz"
MD5SUM_x86_64="cf2153de0215022e70f2466cc5ee3ba1"
REQUIRES="ospray pybind11"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.ospray_2024-03-02@lockywolf.net"