system/splix: Changed maintainer info
Thanks to Keith Ritchie for the build fix on 13.37! Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
335db914f7
commit
d5f3875c8b
|
@ -2,10 +2,11 @@
|
|||
|
||||
# Slackware build script for splix
|
||||
# Written by Iskar Enev <iskar.enev[@]gmail.com>
|
||||
# Currently maintained by Glenn Becker <burningc@sdf.lonestar.org>
|
||||
|
||||
PRGNAM=splix
|
||||
VERSION=2.0.0
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -64,6 +65,8 @@ sed -i "s%\`cups-config --libs\`%$CUPSLIBS%" module.mk
|
|||
sed -i "s%\`cups-config --serverbin\`%$CUPSSERVERBIN%" module.mk
|
||||
sed -i "s%\`cups-config --datadir\`%$CUPSDATADIR%" module.mk
|
||||
|
||||
sed -i 's#const PPDFile::Value::Value #const PPDFile::Value #' src/ppdfile.cpp
|
||||
|
||||
make \
|
||||
V=1 \
|
||||
DISABLE_JBIG=$NO_JBIG \
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/splix/splix-2.0.0.tar.bz2"
|
|||
MD5SUM="f3aa735c22a926818b3d8b26c9964186"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Iskar Enev"
|
||||
EMAIL="<iskar.enev[@]gmail.com>"
|
||||
MAINTAINER="Glenn Becker"
|
||||
EMAIL="burningc@sdf.lonestar.org"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue