summaryrefslogtreecommitdiffstats
path: root/libraries/libxmp/libxmp.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson2015-05-15 22:13:44 +0200
committer Willy Sudiarto Raharjo2015-05-17 18:45:25 +0200
commit8777fb28373e6743936c9326116d65ecef4261fd (patch)
tree1dd7cf18b80b1ea766989339db35e80a6d8eb811 /libraries/libxmp/libxmp.SlackBuild
parentcf2f6b2df1a1efb2284406cf8dee4a0902dbb774 (diff)
downloadslackbuilds-8777fb28373e6743936c9326116d65ecef4261fd.tar.gz
libraries/libxmp: Updated for verion 4.3.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libxmp/libxmp.SlackBuild')
-rw-r--r--libraries/libxmp/libxmp.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libxmp/libxmp.SlackBuild b/libraries/libxmp/libxmp.SlackBuild
index c5a4eeb767..1232b70d58 100644
--- a/libraries/libxmp/libxmp.SlackBuild
+++ b/libraries/libxmp/libxmp.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for libxmp
#
-# Copyright 2013 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2013-2015 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libxmp
-VERSION=${VERSION:-4.1.4}
+VERSION=${VERSION:-4.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -88,7 +88,7 @@ gzip -9c docs/libxmp.3 > $PKG/usr/man/man3/libxmp.3.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd docs
-cp -a COPYING.LIB CREDITS Changelog adlib_sb.txt ay-3-8912.txt custom.style \
+cp -a COPYING.LIB CREDITS Changelog adlib_sb.txt custom.style \
fixloop.txt formats.txt libxmp.html libxmp.pdf libxmp.rst tracker_notes.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cd ..