mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/libxmp: Updated for version 4.4.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
7352d30268
commit
46fec00097
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for libxmp
|
||||
#
|
||||
# Copyright 2013-2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2013-2017 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.3.8}
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -88,8 +88,8 @@ 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 custom.style \
|
||||
fixloop.txt formats.txt libxmp.html libxmp.pdf libxmp.rst tracker_notes.txt \
|
||||
cp -a COPYING.LIB CREDITS Changelog custom.style \
|
||||
fixloop.txt formats.txt libxmp.html libxmp.pdf libxmp.rst \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd ..
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libxmp"
|
||||
VERSION="4.3.8"
|
||||
VERSION="4.4.1"
|
||||
HOMEPAGE="http://xmp.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xmp/libxmp-4.3.8.tar.gz"
|
||||
MD5SUM="7bfa2c9dc2a0fca91e8500a29e49b734"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xmp/libxmp-4.4.1.tar.gz"
|
||||
MD5SUM="3a2afcbbb720fb2931e79aeb66e724f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue