diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2011-03-06 12:33:19 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-06 12:33:19 -0300 |
commit | 7e49b00cde13e8b25635c97c06557da661955a6c (patch) | |
tree | deeb569a671aeebb74f41c983b4d294e745f04be /libraries/python-mpd/python-mpd.SlackBuild | |
parent | 00549051450f13800ace57ec6415ef5629d41546 (diff) |
libraries/python-mpd: Updated for version 0.3.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/python-mpd/python-mpd.SlackBuild')
-rw-r--r-- | libraries/python-mpd/python-mpd.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/python-mpd/python-mpd.SlackBuild b/libraries/python-mpd/python-mpd.SlackBuild index ff495dc4fc..aae2322c24 100644 --- a/libraries/python-mpd/python-mpd.SlackBuild +++ b/libraries/python-mpd/python-mpd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-mpd -# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com> +# Copyright 2008-2011 Andrew Brouwers <abrouwers@gmail.com> # 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=python-mpd -VERSION=0.2.1 +VERSION=0.3.0 BUILD=${BUILD:-1} -TAG=${TAG=_SBo} +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 |