graphics/OpenSubdiv: Distinct SRCNAM no longer needed

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-11-29 11:46:59 +10:00 committed by Willy Sudiarto Raharjo
parent 442cf23101
commit a02b9bbed0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenSubdiv
SRCNAM=OpenSubDiv
VERSION=${VERSION:-3.4.4}
SRCVER=$(echo $VERSION | tr . _)
BUILD=${BUILD:-1}
@ -72,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="OpenSubdiv"
VERSION="3.4.4"
HOMEPAGE="http://graphics.pixar.com/opensubdiv"
DOWNLOAD="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_4_4/OpenSubDiv-3.4.4.tar.gz"
DOWNLOAD="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_4_4/OpenSubdiv-3.4.4.tar.gz"
MD5SUM="39ecc5caf0abebc943d1ce131855e76e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""