ham/svxlink-sounds-en_US-heather-16k: Updated for version 19.09.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo Conrad 2019-12-15 05:02:58 +07:00 committed by Willy Sudiarto Raharjo
parent 5c12e4de0d
commit effabc4cd0
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 13 additions and 15 deletions

View File

@ -1,8 +1,8 @@
The SvxLink project is developing a flexible, general purpose voice
services system for ham radio use.
This package provides a set of sound files for use with svxlink. It's a
repackage of the original distribution for Slackware.
This package provides a set of sound files for use with svxlink server.
This is the english voices language pack matching release 19.09 of SvxLink.
To use this package as the default language add the following symlink:

View File

@ -9,11 +9,11 @@
svxlink-sounds-en_US-heather-16k: svxlink-sounds-en_US-heather-16k (sound files for svxlink)
svxlink-sounds-en_US-heather-16k:
svxlink-sounds-en_US-heather-16k: The SvxLink project is developing a flexible, general purpose
svxlink-sounds-en_US-heather-16k: voice services system for ham radio use. This package provides
svxlink-sounds-en_US-heather-16k: a set of sound files for use with SvxLink.
svxlink-sounds-en_US-heather-16k:
svxlink-sounds-en_US-heather-16k: It's a repackage of the original distribution for Slackware.
svxlink-sounds-en_US-heather-16k: voice services system for ham radio use.
svxlink-sounds-en_US-heather-16k: This is the english voices language pack matching release 19.09 of
svxlink-sounds-en_US-heather-16k: SvxLink.
svxlink-sounds-en_US-heather-16k:
svxlink-sounds-en_US-heather-16k: Home page http://www.svxlink.org
svxlink-sounds-en_US-heather-16k:
svxlink-sounds-en_US-heather-16k:
svxlink-sounds-en_US-heather-16k:

View File

@ -2,7 +2,7 @@
# Slackware build script for svxlink-sounds
# Copyright 2014, Gustavo Conrad - LU8WFY (gus3963 gmail)
# Copyright 2014 - 2019, Gustavo Conrad (gus3963 gmail)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=svxlink-sounds-en_US-heather-16k
SRCNAM=svxlink-sounds-en_US-heather
VERSION=${VERSION:-14.08}
VERSION=${VERSION:-19.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,8 +41,7 @@ mkdir -p $TMP $PKG $OUTPUT
mkdir -p $PKG/usr/share/svxlink/sounds/en_US-heather-16k
cd $PKG/usr/share/svxlink/sounds/en_US-heather-16k
tar xvf $CWD/$VERSION.tar.gz --strip-components 1 || \
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz --strip-components 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 --strip-components 1
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="svxlink-sounds-en_US-heather-16k"
VERSION="14.08"
VERSION="19.09"
HOMEPAGE="http://www.svxlink.org/"
DOWNLOAD="https://github.com/sm0svx/svxlink-sounds-en_US-heather/archive/14.08.tar.gz"
MD5SUM="17da0e5f9eac08cfba4447277233c958"
DOWNLOAD="https://github.com/sm0svx/svxlink-sounds-en_US-heather/releases/download/19.09/svxlink-sounds-en_US-heather-16k-19.09.tar.bz2"
MD5SUM="c96d82b1c03a9230f71e639b4ff1cc21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="svxlink"
MAINTAINER="Gustavo Conrad - LU8WFY"
MAINTAINER="Gustavo Conrad"
EMAIL="gus3963@gmail.com"