mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/rack: Updated for version 2.3.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
333fd6acc8
commit
df64556326
2 changed files with 5 additions and 6 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=rack
|
PRGNAM=rack
|
||||||
SRCNAM=Rack2Free
|
SRCNAM=Rack2Free
|
||||||
VERSION=${VERSION:-2.1.2}
|
VERSION=${VERSION:-2.3.0}
|
||||||
SRCDIR=RackFree-$VERSION
|
SRCDIR=RackFree-$VERSION
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -48,7 +48,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "$ARCH" = "i586" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
BITFLAG="32"
|
BITFLAG="32"
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
|
@ -68,7 +67,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCDIR
|
rm -rf $SRCDIR
|
||||||
|
|
||||||
unzip $CWD/$SRCDIR-lin.zip
|
unzip $CWD/$SRCDIR-lin-x64.zip
|
||||||
cd $SRCNAM && chown -R root:root .
|
cd $SRCNAM && chown -R root:root .
|
||||||
|
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rack"
|
PRGNAM="rack"
|
||||||
VERSION="2.1.2"
|
VERSION="2.3.0"
|
||||||
HOMEPAGE="https://vcvrack.com"
|
HOMEPAGE="https://vcvrack.com"
|
||||||
DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.1.2-lin.zip"
|
DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.3.0-lin-x64.zip"
|
||||||
MD5SUM="e5fd0b7dd23b3ca10f5e45239ccb030d"
|
MD5SUM="bc8d4a780a5c211e5edc25e2d8fe5b0e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jack"
|
REQUIRES="jack"
|
||||||
|
|
Loading…
Reference in a new issue