audio/xmp: Updated for version 4.0.6.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2013-06-03 20:44:18 -05:00 committed by Robby Workman
parent b027819ba4
commit 541c878c10
3 changed files with 12 additions and 17 deletions

View file

@ -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)

View file

@ -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

View file

@ -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"