games/tworld: Updated for version 1.3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f00bdb9a41
commit
fd8234d369
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tworld
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tworld
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,7 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--datadir=/usr/share/games \
|
||||
--datadir=/usr/share \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -84,11 +84,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/bin \
|
||||
$PKG/usr/man/man6 \
|
||||
$PKG/usr/share/games/$PRGNAM/{sets,data,res}
|
||||
$PKG/usr/share/$PRGNAM/{sets,data,res}
|
||||
install -D -m0755 tworld $PKG/usr/bin
|
||||
install -D -m0644 sets/* $PKG/usr/share/games/$PRGNAM/sets
|
||||
install -D -m0644 res/* $PKG/usr/share/games/$PRGNAM/res
|
||||
install -D -m0644 data/* $PKG/usr/share/games/$PRGNAM/data
|
||||
install -D -m0644 sets/* $PKG/usr/share/$PRGNAM/sets
|
||||
install -D -m0644 res/* $PKG/usr/share/$PRGNAM/res
|
||||
install -D -m0644 data/* $PKG/usr/share/$PRGNAM/data
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tworld"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/tworld/"
|
||||
DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-1.3.0.tar.gz"
|
||||
MD5SUM="03a1f5e750562b6d47b8984bb1640ec0"
|
||||
DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-1.3.2.tar.gz"
|
||||
MD5SUM="d12e84f14f206068a1a4a025b07bb825"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue