diff options
Diffstat (limited to 'audio/sunvox')
-rw-r--r-- | audio/sunvox/sunvox.SlackBuild | 16 | ||||
-rw-r--r-- | audio/sunvox/sunvox.info | 6 |
2 files changed, 12 insertions, 10 deletions
diff --git a/audio/sunvox/sunvox.SlackBuild b/audio/sunvox/sunvox.SlackBuild index e663f2aa3395..9a91ac055fd5 100644 --- a/audio/sunvox/sunvox.SlackBuild +++ b/audio/sunvox/sunvox.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sunvox -VERSION=${VERSION:-1.9.6} +VERSION=${VERSION:-2.1c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -33,7 +33,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; +# arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi @@ -58,7 +58,7 @@ install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/effects/, cd $TMP rm -rf $PRGNAM -unzip $CWD/$PRGNAM-${VERSION}c.zip +unzip $CWD/$PRGNAM-${VERSION}.zip cd $PRGNAM chown -R root:root . find -L . \ @@ -72,10 +72,12 @@ BINDIR="$TMP/$PRGNAM/$PRGNAM/linux_x86/" [ $ARCH == 'arm' ] && BINDIR="$TMP/$PRGNAM/$PRGNAM/raspberry_pi/" install -Dm755 $BINDIR/${PRGNAM}* $PKG/usr/bin/ -if [ $ARCH == 'arm' ]; then - install -dm755 $PKG/lib/ - ln -s ld-linux.so.3 $PKG/lib/ld-linux-armhf.so.3 -fi + +# I think this was a sketchy move to begin with ... but I no longer have Slackware on ARM to test it. Thoughts? +#if [ $ARCH == 'arm' ]; then +# install -dm755 $PKG/lib/ +# ln -s ld-linux.so.3 $PKG/lib/ld-linux-armhf.so.3 +#fi install -Dm644 $CWD/sunvox.desktop $PKG/usr/share/applications/ install -Dm644 $CWD/sunvox.png $PKG/usr/share/sunvox/icon/ diff --git a/audio/sunvox/sunvox.info b/audio/sunvox/sunvox.info index be6464513c48..4ea6e73b6467 100644 --- a/audio/sunvox/sunvox.info +++ b/audio/sunvox/sunvox.info @@ -1,8 +1,8 @@ PRGNAM="sunvox" -VERSION="1.9.6" +VERSION="2.1c" HOMEPAGE="https://www.warmplace.ru/soft/sunvox/" -DOWNLOAD="https://www.warmplace.ru/soft/sunvox/sunvox-1.9.6c.zip" -MD5SUM="65c67faf242cdaed46e27bf311def60d" +DOWNLOAD="https://www.warmplace.ru/soft/sunvox/sunvox-2.1c.zip" +MD5SUM="bcba6a600b9f5574004d566a1a5b69d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |