games/qzdl: Disable updater + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Dugan Chen 2016-12-28 20:22:00 +00:00 committed by David Spencer
parent 695512a7bc
commit 5d9f40b8ec
3 changed files with 10 additions and 12 deletions

View file

@ -1,5 +1,2 @@
A simple Qt launcher for Doom engines. Can be used to play default Doom
WADs or custom ones.
Note: The original website seems to be down, so ignore any warnings from
the update checker. You can disable it in the "Settings" tab.

View file

@ -27,12 +27,12 @@
PRGNAM=qzdl
VERSION=${VERSION:-3.2.2.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
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
@ -43,8 +43,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"
@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -80,7 +80,8 @@ find -L . \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
--build=$ARCH-slackware-linux \
--disable-updater
make

View file

@ -1,10 +1,10 @@
PRGNAM="qzdl"
VERSION="3.2.2.3"
HOMEPAGE="https://github.com/qbasicer/qzdl"
DOWNLOAD="https://github.com/qbasicer/qzdl/archive/v3.2.2.3.tar.gz"
DOWNLOAD="https://github.com/qbasicer/qzdl/archive/v3.2.2.3/qzdl-3.2.2.3.tar.gz"
MD5SUM="50e61034d288d57ab3aecbd03dcf946a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Gethyn ThomasQuail"
EMAIL="gethyn@bloodbathsoftworks.com"
MAINTAINER="Dugan Chen"
EMAIL="thedoogster [at] gmail [dot] com"