mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/mpd: Updated for version 0.15.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
aab36dae42
commit
786bc54895
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mpd
|
||||
|
||||
# Copyright 2008, 2009 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# Copyright 2008-2010 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.15.11
|
||||
VERSION=0.15.13
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,6 +71,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--disable-dependency-tracking \
|
||||
--disable-libOggFLACtest \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.15.11"
|
||||
VERSION="0.15.13"
|
||||
HOMEPAGE="http://www.musicpd.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.11.tar.bz2"
|
||||
MD5SUM="a8f8afc641db6f789281fe14fcc8d8a9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.13.tar.bz2"
|
||||
MD5SUM="d4b6fbc87541a37825c8f25e3ecd5283"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
|
|
Loading…
Reference in a new issue