summaryrefslogtreecommitdiffstats
path: root/audio/mpdscribble/mpdscribble.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpdscribble/mpdscribble.SlackBuild')
-rw-r--r--audio/mpdscribble/mpdscribble.SlackBuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/mpdscribble/mpdscribble.SlackBuild b/audio/mpdscribble/mpdscribble.SlackBuild
index a766a84f6c..5fdef639d2 100644
--- a/audio/mpdscribble/mpdscribble.SlackBuild
+++ b/audio/mpdscribble/mpdscribble.SlackBuild
@@ -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