mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/sunvox: Updated for version v2.1.1c.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e87bbc3327
commit
07e60b040a
2 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sunvox
|
||||
VERSION=${VERSION:-2.1c}
|
||||
VERSION=${VERSION:-2.1.1c}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -54,7 +54,7 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/effects/,${PRGNAM}/examples/,${PRGNAM}/docs/,${PRGNAM}/curves/,${PRGNAM}/icon/,applications/}}
|
||||
install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/effects/,${PRGNAM}/examples/,${PRGNAM}/curves/,${PRGNAM}/icon/,applications/}}
|
||||
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
|
@ -82,14 +82,14 @@ install -Dm755 $BINDIR/${PRGNAM}* $PKG/usr/bin/
|
|||
install -Dm644 $CWD/sunvox.desktop $PKG/usr/share/applications/
|
||||
install -Dm644 $CWD/sunvox.png $PKG/usr/share/sunvox/icon/
|
||||
|
||||
for dir in instruments effects examples docs curves ; 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}/"}{} \;
|
||||
for dir in instruments effects examples curves ; do
|
||||
( cd "$TMP/$PRGNAM/$dir/" && find . -type d -exec install -d "$PKG/usr/share/$PRGNAM/${dir}/"{} \; )
|
||||
( cd "$TMP/$PRGNAM/$dir/" && find . -type f -exec install -Dm644 {,"$PKG/usr/share/$PRGNAM/${dir}/"}{} \; )
|
||||
done
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/share/$PRGNAM/docs/$PRGNAM.SlackBuild
|
||||
ln -s ../share/$PRGNAM/docs/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
install -d "$PKG/usr/doc/$PRGNAM-$VERSION/"
|
||||
( cd "$TMP/$PRGNAM/docs/" && find . -type f -exec install -Dm644 {,"$PKG/usr/doc/$PRGNAM-$VERSION/"}{} \; )
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sunvox"
|
||||
VERSION="2.1c"
|
||||
VERSION="2.1.1c"
|
||||
HOMEPAGE="https://www.warmplace.ru/soft/sunvox/"
|
||||
DOWNLOAD="https://www.warmplace.ru/soft/sunvox/sunvox-2.1c.zip"
|
||||
MD5SUM="bcba6a600b9f5574004d566a1a5b69d9"
|
||||
DOWNLOAD="https://warmplace.ru/soft/sunvox/sunvox-2.1.1c.zip"
|
||||
MD5SUM="fd2f324f70839c4a4bbd2b15ab105845"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue