diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-08-07 12:57:44 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-07 12:57:44 -0300 |
commit | 49a6c6ea94324d270686d09f6a94daf200cb93a3 (patch) | |
tree | 807fa7680997737a6dac005dba76e15feff3e313 /audio/mpdscribble/mpdscribble.SlackBuild | |
parent | 82e3592b934a6898f89d5616dd3096059803625f (diff) | |
download | slackbuilds-49a6c6ea94324d270686d09f6a94daf200cb93a3.tar.gz |
audio/mpdscribble: Updated for version 0.22.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/mpdscribble/mpdscribble.SlackBuild')
-rw-r--r-- | audio/mpdscribble/mpdscribble.SlackBuild | 11 |
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 |