audio/tuxguitar: Updated for version 1.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
3462d2ec01
commit
2364fe1830
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for TuxGuitar
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tuxguitar
|
||||
VERSION=1.1
|
||||
VERSION=1.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,6 +58,10 @@ chmod -R u+w,go+r-w,a-s .
|
|||
# Manual install
|
||||
mkdir -p $PKG/usr/bin
|
||||
patch -p0 < $CWD/tuxguitar.patch # Fix the startup script
|
||||
if [ "$ARCH" == "x86_64" ] ; then
|
||||
sed -i 's|/lib|/lib64|g' tuxguitar
|
||||
sed -i 's|lib/|lib64/|g' tuxguitar
|
||||
fi
|
||||
install -m 0755 tuxguitar $PKG/usr/bin/tuxguitar
|
||||
|
||||
mkdir -p $PKG/usr/share/{tuxguitar,pixmaps,applications}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tuxguitar"
|
||||
VERSION="1.1"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://www.tuxguitar.com.ar/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.1-linux-x86.tar.gz"
|
||||
MD5SUM="9efad98f94eca0a25b4519bed5613f25"
|
||||
DOWNLOAD_x86_64="http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.1-linux-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="b65319e22cd87ed8b4365c5ede593d26"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.2-linux-x86.tar.gz"
|
||||
MD5SUM="810f558ccfb5f4c0da735b7922b6a55c"
|
||||
DOWNLOAD_x86_64="http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.2-linux-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="04af87fd1e5628c043eca4b5dd245c82"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue