diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-14 07:17:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-14 07:17:45 +0700 |
commit | 6daf253727e1a34fec0108fa55a8ab632fec78a8 (patch) | |
tree | 47d100376b4e08c51e199b4d6671aaffd3174c65 /office | |
parent | c630563b1e89cf4db15a6b05ae8076c5919c15a7 (diff) | |
download | slackbuilds-6daf253727e1a34fec0108fa55a8ab632fec78a8.tar.gz |
office/MasterPDFEditor: Updated for version 2.2.06.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 15 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 10 |
2 files changed, 13 insertions, 12 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 57817179a9..81fda19bf2 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MasterPDFEditor -# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=MasterPDFEditor -VERSION=${VERSION:-2.1.90} +SRCNAM=master-pdf-editor +VERSION=${VERSION:-2.2.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,13 +63,13 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT $PKG/opt cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.$SOURCEARCH.tar.gz -mv $PRGNAM $PKG/opt -cd $PKG/opt/$PRGNAM +rm -rf $SRCNAM +tar xvf $CWD/${SRCNAM}_${VERSION}_${SOURCEARCH}.tar.gz +mv $SRCNAM $PKG/opt +cd $PKG/opt/$SRCNAM mkdir -p $PKG/usr/bin -( ln -s /opt/$PRGNAM/master-pdf-editor $PKG/usr/bin/master-pdf-editor ) +( ln -s /opt/$SRCNAM/master-pdf-editor $PKG/usr/bin/master-pdf-editor ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a License.txt changelog $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index a216add2bc..59965cb5a0 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="2.1.90" +VERSION="2.2.06" HOMEPAGE="http://code-industry.net/" -DOWNLOAD="http://code-industry.net/public/MasterPDFEditor-2.1.90.i386.tar.gz" -MD5SUM="35d32a7fa0aa56320cfb0df1713d663c" -DOWNLOAD_x86_64="http://code-industry.net/public/MasterPDFEditor-2.1.90.x86_64.tar.gz" -MD5SUM_x86_64="8b88698079896114557b63d9be3eef95" +DOWNLOAD="http://code-industry.net/public/master-pdf-editor_2.2.06_i386.tar.gz" +MD5SUM="09cb22e1159431d033aefd62d55083be" +DOWNLOAD_x86_64="http://code-industry.net/public/master-pdf-editor_2.2.06_amd64.tar.gz" +MD5SUM_x86_64="39c31bbb926bcae5561eaf45eefa3a58" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |