diff options
author | Gustavo Conrad - LU8WFY <gusconrad@gmail.com> | 2014-07-24 01:18:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-24 01:18:16 +0700 |
commit | 4b615d71daae734657b7f32ecbcb0891f6f00293 (patch) | |
tree | ba823deb2d2fd83bb701fa8487a3dde85b8c8256 | |
parent | ee8de43cf3d0056ec019046c39719a6999b64fa2 (diff) | |
download | slackbuilds-4b615d71daae734657b7f32ecbcb0891f6f00293.tar.gz |
ham/svxlink-sounds-en_US-heather-16k: Added (voice service).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 files changed, 98 insertions, 0 deletions
diff --git a/ham/svxlink-sounds-en_US-heather-16k/README b/ham/svxlink-sounds-en_US-heather-16k/README new file mode 100644 index 0000000000..9cdf580d68 --- /dev/null +++ b/ham/svxlink-sounds-en_US-heather-16k/README @@ -0,0 +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. + +To use this package as the default language add the following symlink: + +ln -s /usr/share/svxlink/sounds/en_US-heather-16k/ /usr/share/svxlink/sounds/en_US diff --git a/ham/svxlink-sounds-en_US-heather-16k/slack-desc b/ham/svxlink-sounds-en_US-heather-16k/slack-desc new file mode 100644 index 0000000000..20a8bd1bc9 --- /dev/null +++ b/ham/svxlink-sounds-en_US-heather-16k/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +svxlink-sounds-en_US-heather-16k: svxlink-sounds-en_US-heather-16k-sounds-en_US-heather-16k +svxlink-sounds-en_US-heather-16k: +svxlink-sounds-en_US-heather-16k: The SvxLink project is developing a flexible, general purpose voice +svxlink-sounds-en_US-heather-16k: services system for ham radio use. +svxlink-sounds-en_US-heather-16k: This package provides a set of sound files for use with +svxlink-sounds-en_US-heather-16k: svxlink-sounds-en_US-heather-16k. +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: +svxlink-sounds-en_US-heather-16k: +svxlink-sounds-en_US-heather-16k: +svxlink-sounds-en_US-heather-16k: diff --git a/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.SlackBuild b/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.SlackBuild new file mode 100644 index 0000000000..3580a69995 --- /dev/null +++ b/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.SlackBuild @@ -0,0 +1,60 @@ +#!/bin/sh + +# Slackware build script for svxlink-sounds + +# Copyright 2014, Gustavo Conrad - LU8WFY (gus3963 gmail) +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=svxlink-sounds-en_US-heather-16k +VERSION=${VERSION:-13.12} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +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 + +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +mkdir -p $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 + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.info b/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.info new file mode 100644 index 0000000000..cc4368a10b --- /dev/null +++ b/ham/svxlink-sounds-en_US-heather-16k/svxlink-sounds-en_US-heather-16k.info @@ -0,0 +1,10 @@ +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" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="svxlink" +MAINTAINER="Gustavo Conrad - LU8WFY" +EMAIL="gus3963@gmail.com" |