libraries/mdds: Updated for version 1.7.0.

Signed-off-by: orbea <orbea@riseup.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
orbea 2020-10-28 10:39:19 -07:00 committed by Willy Sudiarto Raharjo
parent 9e9b7fe2c6
commit ae6fb7ebe1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for mdds # Slackware build script for mdds
# Copyright 2015-2019 Hunter Sezen California, USA # Copyright 2015-2020 Hunter Sezen California, 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,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mdds PRGNAM=mdds
VERSION=${VERSION:-1.5.0} VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -49,6 +49,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
autoreconf -fi
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--docdir=/usr/doc/$PRGNAM-$VERSION \ --docdir=/usr/doc/$PRGNAM-$VERSION \

View File

@ -1,8 +1,8 @@
PRGNAM="mdds" PRGNAM="mdds"
VERSION="1.5.0" VERSION="1.7.0"
HOMEPAGE="https://gitlab.com/mdds/mdds" HOMEPAGE="https://gitlab.com/mdds/mdds"
DOWNLOAD="https://kohei.us/files/mdds/src/mdds-1.5.0.tar.bz2" DOWNLOAD="https://gitlab.com/mdds/mdds/-/archive/1.7.0/mdds-1.7.0.tar.bz2"
MD5SUM="52cb08e92fec8842a3724bd89051f9d3" MD5SUM="ad24c0d3fcd6741309d9faded4ba8867"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""