games/crossfire-client: Updated for version 1.73.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8ef3991b24
commit
34306b700f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for crossfire-client
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=crossfire-client
|
||||
SRCSOUNDS=$(printf $PRGNAM | cut -c1-9)
|
||||
VERSION=${VERSION:-1.72.0}
|
||||
VERSION=${VERSION:-1.73.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +62,6 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$SRCSOUNDS-sounds-$VERSION.tar.bz2
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -89,9 +87,6 @@ cd ..
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/share/$PRGNAM
|
||||
cp -rf $SRCSOUNDS-sounds-$VERSION/* $PKG/usr/share/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
PRGNAM="crossfire-client"
|
||||
VERSION="1.72.0"
|
||||
VERSION="1.73.0"
|
||||
HOMEPAGE="http://crossfire.real-time.com"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/crossfire/crossfire-client/1.72.0/crossfire-client-1.72.0.tar.bz2 \
|
||||
https://downloads.sourceforge.net/project/crossfire/crossfire-client/1.72.0/crossfire-sounds-1.72.0.tar.bz2"
|
||||
MD5SUM="d156f34330caa0b42126632cb04806f9 \
|
||||
3125f43dd6ccb7a0ff7a4e24acb973b8"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/crossfire/crossfire-client/1.73.0/crossfire-client-1.73.0.tar.bz2"
|
||||
MD5SUM="e268e2de79ca94b2487a8af2227c9552"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="vala lua"
|
||||
|
|
Loading…
Reference in New Issue