summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author dsomero2010-05-21 05:45:54 +0200
committer David Somero2010-05-21 07:54:06 +0200
commit875aff5d7d40b28031a44e9640f0e1627505f8aa (patch)
tree98ee9f1fef8ac01a03f610cc2d3d3e2545f6c28c /office
parent24165c73b6473a1cca357ebc076503a3b48a614c (diff)
downloadslackbuilds-875aff5d7d40b28031a44e9640f0e1627505f8aa.tar.gz
office/mupdf: Removed (broken download link)
Diffstat (limited to 'office')
-rw-r--r--office/mupdf/README8
-rw-r--r--office/mupdf/mupdf.SlackBuild63
-rw-r--r--office/mupdf/mupdf.info10
-rw-r--r--office/mupdf/slack-desc19
4 files changed, 0 insertions, 100 deletions
diff --git a/office/mupdf/README b/office/mupdf/README
deleted file mode 100644
index e95202a943..0000000000
--- a/office/mupdf/README
+++ /dev/null
@@ -1,8 +0,0 @@
-MuPDF is a lightweight PDF viewer and toolkit written in portable C.
-
-The renderer in MuPDF is tailored for high quality anti-aliased graphics.
-It renders text with metrics and spacing accurate to within fractions of
-a pixel for the highest fidelity in reproducing the look of a printed page
-on screen.
-
-This requires ftjam or jam (both are available at SlackBuilds.org)
diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild
deleted file mode 100644
index 60acd336cb..0000000000
--- a/office/mupdf/mupdf.SlackBuild
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for MuPDF
-
-# Written by Valeriy Timchenko <ValTimchenko@gmail.com>
-
-PRGNAM=mupdf
-VERSION=${VERSION:-r934}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
- JAMOSPLAT="x86"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
- JAMOSPLAT="x86"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
- JAMOSPLAT="x64"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-OPTIM="$SLKFLAGS" jam -a "-sBUILD=slackware"
-
-mkdir -p $PKG/usr/bin
-for i in mupdf pdfclean pdfdraw pdfextract pdfinfo pdfshow ; do
- install -m 0755 build/linux-$JAMOSPLAT-slackware/$i $PKG/usr/bin ;
- strip --strip-unneeded $PKG/usr/bin/$i
-done
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/office/mupdf/mupdf.info b/office/mupdf/mupdf.info
deleted file mode 100644
index 739d98f3fb..0000000000
--- a/office/mupdf/mupdf.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="mupdf"
-VERSION="r934"
-HOMEPAGE="http://ccxvii.net/mupdf/"
-DOWNLOAD="http://ccxvii.net/mupdf/download/mupdf-r934.tar.gz"
-MD5SUM="8f0894af7bc8e150d7e378277e158c46"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Valeriy Timchenko"
-EMAIL="ValTimchenko@gmail.com"
-APPROVED="Erik Hanson"
diff --git a/office/mupdf/slack-desc b/office/mupdf/slack-desc
deleted file mode 100644
index 3ecf1e759e..0000000000
--- a/office/mupdf/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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------------------------------------------------------|
-mupdf: MuPDF (Lightweight PDF viewer and toolkit)
-mupdf:
-mupdf: MuPDF is a lightweight PFG reader. The renderer in MuPDF is tailored
-mupdf: for high quality anti-aliased graphics. It also has tools, that can
-mupdf: be used to convert PDF file to PNM image files, decrypt, encrypt and
-mupdf: decompress PDF files, show internal objects, extract fonts and images
-mupdf: and display information about resources in a PDF file.
-mupdf:
-mupdf: Mupdf home page is: http://ccxvii.net/mupdf/
-mupdf:
-mupdf: \ No newline at end of file