diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-28 12:07:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-29 00:07:51 -0500 |
commit | 5ce4945ec62b1fafcb61a831f7ed71012210201d (patch) | |
tree | 95ce32cfcdfa5814acd2dd14a1caad6275fd0a97 /libraries/aubio/aubio.SlackBuild | |
parent | b78c453924c1e470c10959f1a9a93435bdba5d85 (diff) |
libraries/aubio: Updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/aubio/aubio.SlackBuild')
-rw-r--r-- | libraries/aubio/aubio.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/aubio/aubio.SlackBuild b/libraries/aubio/aubio.SlackBuild index d54fdf2be64e..4d7dc86a8922 100644 --- a/libraries/aubio/aubio.SlackBuild +++ b/libraries/aubio/aubio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for aubio -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=0.3.2 BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |