libraries/libmpd: Updated for version 11.8.17 + New Maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2014-01-12 23:25:34 +07:00 committed by Erik Hanson
parent dab9aaf7f8
commit 939b789f2a
2 changed files with 31 additions and 10 deletions

View File

@ -1,12 +1,33 @@
#!/bin/sh
# Slackware build script for libmpd
# Copyright 2014, Dhaby Xiloj, Guatemala C. A.
#
# Written by Kristaps Esterlins <esterlinsh[at]gmail.com>
# (no reply from above email)
# Maintained by Erik Hanson <erik@slackbuilds.org>
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libmpd
VERSION=0.20.0
VERSION=${VERSION:-11.8.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,10 +68,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View File

@ -1,10 +1,10 @@
PRGNAM="libmpd"
VERSION="0.20.0"
VERSION="11.8.17"
HOMEPAGE="http://gmpcwiki.sarine.nl/index.php?title=Libmpd"
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/libmpd-0.20.0.tar.gz"
MD5SUM="2f1c99e12c69f7d95cfd1e27368056ed"
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/11.8/libmpd-11.8.17.tar.gz"
MD5SUM="5ae3d87467d52aef3345407adb0a2488"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"