libraries/libpaper: Updated for v 1.1.24+nmu4 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2017-04-23 20:01:18 +01:00 committed by Willy Sudiarto Raharjo
parent 4c3b9317a5
commit 9285006a8c
3 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
libpaper is a library for handling paper characteristics.
The libpaper paper-handling library automates recognition of many different
The libpaper paper-handling library automates recognition of many different
paper types and sizes for programs that need to deal with printed output.
Pass the variable PAPERSIZE=letter|a3|a4|... to the script to set the
Pass the variable PAPERSIZE=letter|a3|a4|... to the script to set the
preferred papersize (the default is a4).

View file

@ -3,15 +3,15 @@
# Slackware build script for libpaper
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
# update by tim dickson for 1.1.24+nmu4 version
PRGNAM=libpaper
VERSION=${VERSION:-1.1.24+nmu2}
VERSION=${VERSION:-1.1.24+nmu4}
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
@ -22,8 +22,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,10 +1,10 @@
PRGNAM="libpaper"
VERSION="1.1.24+nmu2"
VERSION="1.1.24+nmu4"
HOMEPAGE="http://packages.qa.debian.org/libp/libpaper.html"
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24+nmu2.tar.gz"
MD5SUM="108ae122e539c03d0ca3e7b9456ffbce"
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24+nmu4.tar.gz"
MD5SUM="155d2e589e2f4ef163de8fbbc5d3dd1e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Pablo Santamaria"
EMAIL="pablosantamaria@gmail.com"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@gmail.com"