diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-06-29 13:44:43 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-06-29 13:44:43 -0300 |
commit | 4fc63bf053e5be9cbd7b9a41e96ff6e558714e3a (patch) | |
tree | d6d6bf6e56cb76dd47017e8be5c2b76ae5e17f4f /audio/ario/ario.SlackBuild | |
parent | c4556caac74cf3db6d81c839b77a3509bad6f131 (diff) | |
download | slackbuilds-4fc63bf053e5be9cbd7b9a41e96ff6e558714e3a.tar.gz |
audio/ario: Updated for version 1.5.
Diffstat (limited to 'audio/ario/ario.SlackBuild')
-rw-r--r-- | audio/ario/ario.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/ario/ario.SlackBuild b/audio/ario/ario.SlackBuild index cda7ab4e01..a63b2fe60a 100644 --- a/audio/ario/ario.SlackBuild +++ b/audio/ario/ario.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for Ario # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ario -VERSION=1.2 +VERSION=1.5 BUILD=${BUILD:-1} 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 @@ -85,7 +83,7 @@ CFLAGS="$SLKCFLAGS" \ --enable-mpdidle \ --${AVAHI}-avahi -make +make V=1 make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install |