mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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 changed files with 6 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
# Slackware build script for splix
|
# Slackware build script for splix
|
||||||
# Written by Iskar Enev <iskar.enev[@]gmail.com>
|
# Written by Iskar Enev <iskar.enev[@]gmail.com>
|
||||||
|
# Currently maintained by Glenn Becker <burningc@sdf.lonestar.org>
|
||||||
|
|
||||||
PRGNAM=splix
|
PRGNAM=splix
|
||||||
VERSION=2.0.0
|
VERSION=2.0.0
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# 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 --serverbin\`%$CUPSSERVERBIN%" module.mk
|
||||||
sed -i "s%\`cups-config --datadir\`%$CUPSDATADIR%" 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 \
|
make \
|
||||||
V=1 \
|
V=1 \
|
||||||
DISABLE_JBIG=$NO_JBIG \
|
DISABLE_JBIG=$NO_JBIG \
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/splix/splix-2.0.0.tar.bz2"
|
||||||
MD5SUM="f3aa735c22a926818b3d8b26c9964186"
|
MD5SUM="f3aa735c22a926818b3d8b26c9964186"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Iskar Enev"
|
MAINTAINER="Glenn Becker"
|
||||||
EMAIL="<iskar.enev[@]gmail.com>"
|
EMAIL="burningc@sdf.lonestar.org"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue