summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Erik Hanson2013-06-04 03:44:18 +0200
committer Robby Workman2013-06-04 07:11:35 +0200
commit541c878c10d3da970690407e4ec1b3c8bc9baac6 (patch)
tree8b18485a48b7dd1d17c689994f4a75bd1cc42cd9 /audio
parentb027819ba4b9d95db9c8a645a773d6e37a0d9886 (diff)
downloadslackbuilds-541c878c10d3da970690407e4ec1b3c8bc9baac6.tar.gz
audio/xmp: Updated for version 4.0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmp/slack-desc10
-rw-r--r--audio/xmp/xmp.SlackBuild11
-rw-r--r--audio/xmp/xmp.info8
3 files changed, 12 insertions, 17 deletions
diff --git a/audio/xmp/slack-desc b/audio/xmp/slack-desc
index 8874b86448..c6fe444f32 100644
--- a/audio/xmp/slack-desc
+++ b/audio/xmp/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
xmp: xmp (Extended Module Player)
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
diff --git a/audio/xmp/xmp.info b/audio/xmp/xmp.info
index 8f413445f3..8552971c19 100644
--- a/audio/xmp/xmp.info
+++ b/audio/xmp/xmp.info
@@ -1,10 +1,10 @@
PRGNAM="xmp"
-VERSION="3.5.0"
+VERSION="4.0.6"
HOMEPAGE="http://xmp.sourceforge.net/"
-DOWNLOAD="http://sourceforge.net/projects/xmp/files/xmp/3.5.0/xmp-3.5.0.tar.gz"
-MD5SUM="47e54e6dfa88ce37370054d4a3ea955f"
+DOWNLOAD="http://downloads.sourceforge.net/xmp/xmp-4.0.6.tar.gz"
+MD5SUM="3d49b5cd36ff2e15e31d00604acf8e30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="libxmp"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"