diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-06-03 20:44:18 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:35 -0500 |
commit | 541c878c10d3da970690407e4ec1b3c8bc9baac6 (patch) | |
tree | 8b18485a48b7dd1d17c689994f4a75bd1cc42cd9 /audio/xmp/xmp.SlackBuild | |
parent | b027819ba4b9d95db9c8a645a773d6e37a0d9886 (diff) | |
download | slackbuilds-541c878c10d3da970690407e4ec1b3c8bc9baac6.tar.gz |
audio/xmp: Updated for version 4.0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/xmp/xmp.SlackBuild')
-rw-r--r-- | audio/xmp/xmp.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/xmp/xmp.SlackBuild b/audio/xmp/xmp.SlackBuild index 69ecdd7ce7..95e0207c97 100644 --- a/audio/xmp/xmp.SlackBuild +++ b/audio/xmp/xmp.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for Extended Module Player (xmp) # -# Copyright 2012 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2013 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xmp -VERSION=${VERSION:-3.5.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.0.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -86,11 +86,6 @@ mv $PKG/etc/xmp/modules.conf{,.new} mv $PKG/etc/xmp/xmp.conf{,.new} mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cd docs -cp -a COPYING CREDITS ChangeLog README.awebug README.fixloop README.os2 \ - README.trackers README.unsqsh adlib_sb.txt ay-3-8912.txt formats/ \ - pt_versions.txt st02-ok.sample $PKG/usr/doc/$PRGNAM-$VERSION -cd .. cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |