mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ham/svxlink-sounds-en_US-heather-16k: Updated for version 14.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b14f25b86
commit
26fad1e5dd
2 changed files with 11 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=svxlink-sounds-en_US-heather-16k
|
||||
VERSION=${VERSION:-13.12}
|
||||
VERSION=${VERSION:-14.08}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,8 +40,12 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
mkdir -p $PKG/usr/share/svxlink/sounds
|
||||
cd $PKG/usr/share/svxlink/sounds
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PKG/usr/share/svxlink/sounds/en_US-heather-16k
|
||||
tar xzvf $CWD/$VERSION.tar.gz
|
||||
# source unpacks to nonstandard directory name, moving..
|
||||
mkdir -p $PKG/usr/share/svxlink/sounds/en_US-heather-16k
|
||||
mv $PKG/usr/share/svxlink/sounds/svxlink-sounds-en_US-heather-$VERSION/* $PKG/usr/share/svxlink/sounds/en_US-heather-16k/
|
||||
|
||||
rm -rf $PKG/usr/share/svxlink/sounds/svxlink-sounds-en_US-heather-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="svxlink-sounds-en_US-heather-16k"
|
||||
VERSION="13.12.1"
|
||||
HOMEPAGE="http://sm0svx.github.io/svxlink/"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink-sounds-en_US-heather/releases/download/13.12.1/svxlink-sounds-en_US-heather-16k-13.12.tar.bz2"
|
||||
MD5SUM="41d62bb376f05b4b0b57074413127747"
|
||||
VERSION="14.08"
|
||||
HOMEPAGE="http://www.svxlink.org/"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink-sounds-en_US-heather/archive/14.08.tar.gz"
|
||||
MD5SUM="17da0e5f9eac08cfba4447277233c958"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="svxlink"
|
||||
|
|
Loading…
Reference in a new issue