mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/xmp: Updated for version 4.0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b027819ba4
commit
541c878c10
3 changed files with 12 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
xmp: xmp (Extended Module Player)
|
xmp: xmp (Extended Module Player)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for Extended Module Player (xmp)
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xmp
|
PRGNAM=xmp
|
||||||
VERSION=${VERSION:-3.5.0}
|
VERSION=${VERSION:-4.0.6}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -86,11 +86,6 @@ mv $PKG/etc/xmp/modules.conf{,.new}
|
||||||
mv $PKG/etc/xmp/xmp.conf{,.new}
|
mv $PKG/etc/xmp/xmp.conf{,.new}
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="xmp"
|
PRGNAM="xmp"
|
||||||
VERSION="3.5.0"
|
VERSION="4.0.6"
|
||||||
HOMEPAGE="http://xmp.sourceforge.net/"
|
HOMEPAGE="http://xmp.sourceforge.net/"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/xmp/files/xmp/3.5.0/xmp-3.5.0.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/xmp/xmp-4.0.6.tar.gz"
|
||||||
MD5SUM="47e54e6dfa88ce37370054d4a3ea955f"
|
MD5SUM="3d49b5cd36ff2e15e31d00604acf8e30"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="libxmp"
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in a new issue