mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/mdds: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6500d2e23
commit
4b2c283b4a
2 changed files with 7 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Slackware build script for mdds
|
||||
|
||||
# Copyright 2015-2017 Hunter Sezen California, USA
|
||||
|
||||
# Copyright 2015-2018 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mdds
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,8 +81,7 @@ make
|
|||
make install DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG COPYING LICENSE NEWS README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mdds"
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.4.3"
|
||||
HOMEPAGE="https://gitlab.com/mdds/mdds"
|
||||
DOWNLOAD="http://kohei.us/files/mdds/src/mdds-1.3.1.tar.bz2"
|
||||
MD5SUM="913ef8b1680ad8b8407c3a4bb0c82634"
|
||||
DOWNLOAD="https://kohei.us/files/mdds/src/mdds-1.4.3.tar.bz2"
|
||||
MD5SUM="0a30078082ea1cd50f32ec69499182db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue