mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/dmagnetic: Updated for version 0.37.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
82492fbf03
commit
b3bb799e54
2 changed files with 8 additions and 7 deletions
|
@ -17,6 +17,7 @@
|
|||
# happen. The manual source is available, as TeX source, but I see no
|
||||
# reason to build it instead of using the prebuilt PDF file.
|
||||
|
||||
# 20230820 bkw: update for v0.37.
|
||||
# 20230128 bkw: update for v0.36 (that was quick!)
|
||||
# 20230112 bkw: update for v0.34.
|
||||
# 20220316 bkw: BUILD=2, derp, gzip the man pages.
|
||||
|
@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=dmagnetic
|
||||
SRCNAM=dMagnetic
|
||||
VERSION=${VERSION:-0.36}
|
||||
VERSION=${VERSION:-0.37}
|
||||
MANVER=${MANVER:-$VERSION}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -77,7 +78,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
|||
make CFLAGS="$SLKCFLAGS"
|
||||
strip $SRCNAM
|
||||
make install \
|
||||
PREFIX=$PKG/usr \
|
||||
MYPREFIX=$PKG/usr \
|
||||
INSTALLBIN=$PKG/usr/games \
|
||||
INSTALLMAN=$PKG/usr/man
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dmagnetic"
|
||||
VERSION="0.36"
|
||||
VERSION="0.37"
|
||||
HOMEPAGE="https://www.dettus.net/dMagnetic/"
|
||||
DOWNLOAD="https://www.dettus.net/dMagnetic/dMagnetic_0.36.tar.bz2 \
|
||||
https://www.dettus.net/dMagnetic/dMagnetic_036.pdf"
|
||||
MD5SUM="9926de7ae7632197a8753345ff3798a8 \
|
||||
33c11c269818563b18d67d942c57ddbb"
|
||||
DOWNLOAD="https://www.dettus.net/dMagnetic/dMagnetic_0.37.tar.bz2 \
|
||||
https://www.dettus.net/dMagnetic/dMagnetic_037.pdf"
|
||||
MD5SUM="a8986fd4aee17fea818d218268c98d35 \
|
||||
ac9f6334e5ae448df3fb633dfb317d52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue