From dedfd0716a84a8436d403adef3a6817b806daa6f Mon Sep 17 00:00:00 2001 From: Ismael Cortés Date: Thu, 13 May 2010 00:39:26 +0200 Subject: office/pstotext: Updated for version 1.9 --- office/pstotext/pstotext.SlackBuild | 37 +++++++++++++++++-------------------- office/pstotext/pstotext.info | 4 +++- office/pstotext/slack-desc | 11 +++++++++-- 3 files changed, 29 insertions(+), 23 deletions(-) (limited to 'office/pstotext') diff --git a/office/pstotext/pstotext.SlackBuild b/office/pstotext/pstotext.SlackBuild index d7cb8c4d91..288489bf04 100644 --- a/office/pstotext/pstotext.SlackBuild +++ b/office/pstotext/pstotext.SlackBuild @@ -1,9 +1,5 @@ #!/bin/sh -# Build Script for pstotext (tested with -# version(s): 1.9) pstotext can be obtained at -# http://www.cs.wisc.edu/~ghost/doc/pstotext.htm - # Written by Ismael Cortes (leamsi.setroc@gmail.com) # I, as writer and author, give this script and its # intellectual property to the public domain. @@ -15,6 +11,7 @@ VERSION=1.9 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -22,42 +19,42 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi -DOCFILES="pstotext.hlp pstotext.txt" +set -e -# Cleanup and get ready. rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT || exit 1 -cd $TMP || exit 1 +mkdir -p $TMP $PKG $OUTPUT +cd $TMP rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION -make CC="gcc $SLKCFLAGS" || exit 1 +make CC="gcc $SLKCFLAGS" mkdir -p $PKG/usr/bin mv pstotext $PKG/usr/bin/ -chmod 755 $PKG/usr/bin/pstotext - +chmod 0755 $PKG/usr/bin/pstotext strip --strip-unneeded $PKG/usr/bin/pstotext -# Install and gzip man page. mkdir -p $PKG/usr/man/man1 -gzip -9c pstotext.1 > $PKG/usr/man/man1/pstotext.1.gz || exit 1 -chmod 644 $PKG/usr/man/man1/pstotext.1.gz +gzip -9c pstotext.1 > $PKG/usr/man/man1/pstotext.1.gz -# Install DOCFILES mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION +cp -a pstotext.hlp pstotext.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/* mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -chown -R root:root $PKG cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +chown -R root:root . +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/office/pstotext/pstotext.info b/office/pstotext/pstotext.info index 534c5b113d..6185feb6e3 100644 --- a/office/pstotext/pstotext.info +++ b/office/pstotext/pstotext.info @@ -1,8 +1,10 @@ PRGNAM="pstotext" VERSION="1.9" HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm" -DOWNLOAD="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/pstotext-1.9.tar.gz" +DOWNLOAD="http://slackbuilds.org/sources/13.0/pstotext-1.9.tar.gz" MD5SUM="64576e8a10ff5514e285d98b3898ae78" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Ismael Cortés" EMAIL="leamsi.setroc@gmail.com" APPROVED="rworkman" diff --git a/office/pstotext/slack-desc b/office/pstotext/slack-desc index 03b5175f9a..558c2db4ee 100644 --- a/office/pstotext/slack-desc +++ b/office/pstotext/slack-desc @@ -1,12 +1,19 @@ - |-----handy-ruler----------------------------------------------------| +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| pstotext: pstotext (PostScript to text filter) pstotext: pstotext: Pstotext was released as freeware in source-code form by (then) pstotext: DEC workers Paul McJones and Andrew Birrell around 1995. It's been pstotext: maintained by a group called ghostgum software since the original pstotext: developers stopped working there. +pstotext: pstotext: -pstotext: Recoll uses this to parse PostScript files. pstotext: pstotext: pstotext: -- cgit v1.2.3-80-g2a13