mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/aeolus: Updated for version 0.10.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed1b905a5f
commit
17ca31acca
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aeolus
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.10.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -52,7 +52,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/stops-0.3.0.tar.bz2
|
||||
tar xvf $CWD/stops-0.4.0.tar.bz2
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -72,7 +72,7 @@ cd $TMP/$PRGNAM-$VERSION/source/
|
|||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
cd stops-0.3.0
|
||||
cd stops-0.4.0
|
||||
mkdir -p $PKG/usr/share/aeolus/stops
|
||||
mv * $PKG/usr/share/aeolus/stops/
|
||||
cd ..
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aeolus"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.10.4"
|
||||
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/aeolus-0.9.0.tar.bz2 \
|
||||
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.3.0.tar.bz2"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/aeolus-0.10.4.tar.bz2 \
|
||||
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.4.0.tar.bz2"
|
||||
MD5SUM="6ae707e441f6d17eaabfde91c889bce2 \
|
||||
2a7b1cae820408fa1cc655800d08d88f"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in a new issue