diff options
Diffstat (limited to 'source/xap/gkrellm/gkrellm.SlackBuild')
-rwxr-xr-x | source/xap/gkrellm/gkrellm.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/xap/gkrellm/gkrellm.SlackBuild b/source/xap/gkrellm/gkrellm.SlackBuild index 14c07172..f01e4f34 100755 --- a/source/xap/gkrellm/gkrellm.SlackBuild +++ b/source/xap/gkrellm/gkrellm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2016 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -20,14 +20,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=2.3.5 -PKGVER=2.3.5 -BUILD=${BUILD:-2} +VERSION=2.3.7 +PKGVER=2.3.7 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -49,7 +49,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf gkrellm-$VERSION -tar xvf $CWD/gkrellm-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/gkrellm-$VERSION.tar.?z* || exit 1 cd gkrellm-$VERSION || exit 1 # Fix library paths (works for all ARCHs): sed -i -e "s#lib/gkrellm2#lib${LIBDIRSUFFIX}/gkrellm2#g" $(grep -lr 'lib/gkrellm2' *) |