mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/sunvox: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c44e3b04e
commit
eb10d74a9b
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sunvox
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
VERSION=${VERSION:-1.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,7 +44,7 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/examples/,${PRGNAM}/docs/,${PRGNAM}/icon/,applications/}}
|
||||
install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/effects/,${PRGNAM}/examples/,${PRGNAM}/docs/,${PRGNAM}/icon/,applications/}}
|
||||
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
|
@ -70,7 +70,7 @@ fi
|
|||
install -Dm644 $CWD/sunvox.desktop $PKG/usr/share/applications/
|
||||
install -Dm644 $CWD/sunvox.png $PKG/usr/share/sunvox/icon/
|
||||
|
||||
for dir in instruments examples docs ; do
|
||||
for dir in instruments effects examples docs ; do
|
||||
cd "$TMP/$PRGNAM/$dir/"
|
||||
find . -type d -exec install -d "$PKG/usr/share/$PRGNAM/${dir}/"{} \;
|
||||
find . -type f -exec install -Dm644 {,"$PKG/usr/share/$PRGNAM/${dir}/"}{} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sunvox"
|
||||
VERSION="1.9.1"
|
||||
VERSION="1.9.2"
|
||||
HOMEPAGE="http://www.warmplace.ru/soft/sunvox/"
|
||||
DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.9.1.zip"
|
||||
MD5SUM="001d04ccc9673d4858f6eab5d1561ec9"
|
||||
DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.9.2.zip"
|
||||
MD5SUM="3e539805243d0596d3ae21d3c6c81794"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue