mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/digger: Take over maintenance.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8164abe45a
commit
cc9df662b0
3 changed files with 4 additions and 11 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for digger
|
# Slackware build script for digger
|
||||||
|
|
||||||
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
|
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
|
||||||
|
# Copyright 2021 Johannes Schoepfer, Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -38,14 +39,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
||||||
# the name of the created package would be, and then exit. This information
|
|
||||||
# could be useful to other scripts.
|
|
||||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Game;
|
Categories=Game;
|
||||||
Exec=digger
|
Exec=digger /A
|
||||||
Icon=digger
|
Icon=digger
|
||||||
Name=Digger
|
Name=Digger
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="a16e90a49ed8ea90099b254d3ef5edfa"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Petar Petrov"
|
MAINTAINER="Johannes Schoepfer"
|
||||||
EMAIL="slackalaxy@gmail.com"
|
EMAIL="slackbuilds@schoepfer.info"
|
||||||
|
|
Loading…
Reference in a new issue