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:
parent
442cf23101
commit
a02b9bbed0
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue