summaryrefslogtreecommitdiffstats
path: root/office/mdp
diff options
context:
space:
mode:
author DhabyX2017-04-08 01:16:49 +0200
committer Willy Sudiarto Raharjo2017-04-08 01:16:49 +0200
commit7202ba65bf813a2b3affa186d518657dfeb60310 (patch)
tree5d09e6fbd8cfb6cbecc46b4d9d88f35b331acab8 /office/mdp
parenta24c38fea509ab6fa930b80fa4354c4e3cfcab6f (diff)
downloadslackbuilds-7202ba65bf813a2b3affa186d518657dfeb60310.tar.gz
office/mdp: Updated for version 1.0.9 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mdp')
-rw-r--r--office/mdp/mdp.SlackBuild11
-rw-r--r--office/mdp/mdp.info10
2 files changed, 9 insertions, 12 deletions
diff --git a/office/mdp/mdp.SlackBuild b/office/mdp/mdp.SlackBuild
index e60e023207..cf99e46ec0 100644
--- a/office/mdp/mdp.SlackBuild
+++ b/office/mdp/mdp.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for mdp
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
+# 2017 | Dhaby Xiloj | slack.dhabyx@gmail.com
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +24,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=mdp
-VERSION=${VERSION:-1.0.6}
+VERSION=${VERSION:-1.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +41,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
@@ -60,11 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-if [ -e $CWD/$VERSION.tar.gz ]; then
- tar xvf $CWD/$VERSION.tar.gz
-else
- tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-fi
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/office/mdp/mdp.info b/office/mdp/mdp.info
index 03efface69..d03f94b737 100644
--- a/office/mdp/mdp.info
+++ b/office/mdp/mdp.info
@@ -1,10 +1,10 @@
PRGNAM="mdp"
-VERSION="1.0.6"
+VERSION="1.0.9"
HOMEPAGE="https://github.com/visit1985/mdp"
-DOWNLOAD="https://github.com/visit1985/mdp/archive/1.0.6.tar.gz"
-MD5SUM="9728c8134bc42e9d27ffa4860940b2be"
+DOWNLOAD="https://github.com/visit1985/mdp/archive/1.0.9/mdp-1.0.9.tar.gz"
+MD5SUM="1f61e58aa8b8ce01b71e957d3e6b81ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="DhabyX"
+EMAIL="slack.dhabyx@gmail.com"