office/pdfchain: Updated for version 0.4.4.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2017-08-29 09:01:51 +01:00 committed by David Spencer
parent 247cf8d1af
commit 1184fb8786
3 changed files with 8 additions and 8 deletions

View File

@ -2,4 +2,4 @@ PDFChain
PDFChain is a graphical user interface for the PDF Toolkit (PDFtk).
The GUI supports all common features of the command line tool in
a comfortable way.
a comfortable way.

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pdfchain
VERSION=${VERSION:-0.4.4}
VERSION=${VERSION:-0.4.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="pdfchain"
VERSION="0.4.4"
VERSION="0.4.4.2"
HOMEPAGE="http://pdfchain.sourceforge.net/index.html"
DOWNLOAD="http://downloads.sourceforge.net/project/pdfchain/pdfchain-0.4.4/pdfchain-0.4.4.tar.gz"
MD5SUM="7efed6b99e90bc4d43c17181903ef2c3"
DOWNLOAD="http://sourceforge.net/projects/pdfchain/files/pdfchain-0.4.4.2/pdfchain-0.4.4.2.tar.gz/download"
MD5SUM="8b20a3d46ea4caa174dbe12ca6bc39be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pdftk"