mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/mpdscribble: Updated for version 0.22.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
82e3592b93
commit
49a6c6ea94
3 changed files with 7 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mpdscribble
|
||||
|
||||
# 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=mpdscribble
|
||||
VERSION=0.19
|
||||
VERSION=0.22
|
||||
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
|
||||
|
@ -81,18 +79,13 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# Remove a small glitch?
|
||||
sed -i -e "s/f=//g" Makefile
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
|
||||
# Don't clobber the config file
|
||||
mv $PKG/etc/mpdscribble.conf $PKG/etc/mpdscribble.conf.new
|
||||
|
||||
# Add some missed docs
|
||||
cp -a COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mpdscribble"
|
||||
VERSION="0.19"
|
||||
VERSION="0.22"
|
||||
HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpdscribble-0.19.tar.gz"
|
||||
MD5SUM="7091105b0aaf1cd2549099321e3f19f9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpdscribble-0.22.tar.gz"
|
||||
MD5SUM="df95ea5046511102bf1bcc35482d0365"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman,michiel"
|
||||
APPROVED="rworkman,michiel,Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mpdscribble: mpdscribble (audioscrobbler daemon for mpd)
|
||||
mpdscribble:
|
||||
mpdscribble: mpdscribble is a music player daemon client which submits
|
||||
|
|
Loading…
Reference in a new issue