summaryrefslogtreecommitdiffstats
path: root/audio/mpd/mpd.SlackBuild
diff options
context:
space:
mode:
author Andrew Brouwers2011-07-26 06:31:58 +0200
committer Niels Horn2011-08-12 01:28:35 +0200
commitb5a9231bd1a378d3f6e736fee1dcb609a12349d5 (patch)
tree4f97fec6f6af884a0b9ce6f4839f92a0707246fc /audio/mpd/mpd.SlackBuild
parent2cbbd42d56388488e99dcdb0a4b630111fa4b5d0 (diff)
downloadslackbuilds-b5a9231bd1a378d3f6e736fee1dcb609a12349d5.tar.gz
audio/mpd: Updated for version 0.16.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/mpd/mpd.SlackBuild')
-rw-r--r--audio/mpd/mpd.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild
index fc4320815a..0d71bcc719 100644
--- a/audio/mpd/mpd.SlackBuild
+++ b/audio/mpd/mpd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mpd
-# Copyright 2008-2010 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,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
-VERSION=0.16.2
+VERSION=0.16.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
+ --enable-lastfm \
--disable-dependency-tracking \
--disable-documentation \
--disable-libwrap \