diff options
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 69ecdd7ce7de..95e0207c9734 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 |