diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-12-31 21:36:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:26 +0700 |
commit | 2c4e9d3be04c0b08e8c871b360f870879f37d324 (patch) | |
tree | 0930d0ca91868a2ef7d7149494c6e0658c91cc7f /audio/freepats | |
parent | 6b0c5ed525637cadccc07876e76fc9b1610cea40 (diff) | |
download | slackbuilds-2c4e9d3be04c0b08e8c871b360f870879f37d324.tar.gz |
audio/freepats: Update URLs, script cleanup.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'audio/freepats')
-rw-r--r-- | audio/freepats/freepats.SlackBuild | 37 | ||||
-rw-r--r-- | audio/freepats/freepats.info | 6 |
2 files changed, 30 insertions, 13 deletions
diff --git a/audio/freepats/freepats.SlackBuild b/audio/freepats/freepats.SlackBuild index 2ffdaf2f2a..a1fa1d4e94 100644 --- a/audio/freepats/freepats.SlackBuild +++ b/audio/freepats/freepats.SlackBuild @@ -1,7 +1,26 @@ #!/bin/sh # Slackware build script for freepats -# Written by Kyle Guinn <elyk03@gmail.com> + +# Copyright 2010-2018 Kyle Guinn <elyk03@gmail.com>, USA +# 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=freepats VERSION=${VERSION:-20060219} @@ -11,23 +30,21 @@ TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM +PKG=$TMP/package-$PRGNAM-$VERSION OUTPUT=${OUTPUT:-/tmp} +DOCS="COPYING README" + set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +rm -rf $PRGNAM +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM 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 {} \; +chmod -R u+w,go-w,a+rX-st . mkdir -p $PKG/usr/share/sounds/$PRGNAM $PKG/etc/timidity cp -a Drum_000 Tone_000 $PKG/usr/share/sounds/$PRGNAM @@ -40,7 +57,7 @@ sed -i "4idir /usr/share/sounds/$PRGNAM\n" $PKG/etc/timidity/freepats.cfg.new sed -i "10idir /usr/share/sounds/$PRGNAM\n" $PKG/etc/timidity/crude.cfg.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/audio/freepats/freepats.info b/audio/freepats/freepats.info index 593702d661..5034db6a5f 100644 --- a/audio/freepats/freepats.info +++ b/audio/freepats/freepats.info @@ -1,8 +1,8 @@ PRGNAM="freepats" VERSION="20060219" -HOMEPAGE="http://freepats.zenvoid.org/" -DOWNLOAD="http://freepats.zenvoid.org/freepats-20060219.tar.bz2" -MD5SUM="b947806304bc559a644a2c06deda8404" +HOMEPAGE="https://freepats.zenvoid.org/" +DOWNLOAD="https://freepats.zenvoid.org/freepats-20060219.tar.xz" +MD5SUM="4ea2fb55da48d76472aebc1ab7bbafa1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |