mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
eeea962865
commit
09eac7ecac
2 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue