mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/d2x-rebirth: Updated for version 0.58.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e33b94e2ce
commit
5693d96433
2 changed files with 7 additions and 9 deletions
|
@ -23,12 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=d2x-rebirth
|
||||
VERSION=${VERSION:-0.57.3}
|
||||
VERSION=${VERSION:-0.58.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAME=${SRCNAME:-d2x-rebirth_v0.57.3-src}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
@ -61,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAME
|
||||
tar xvf $CWD/$SRCNAME.tar.gz
|
||||
cd $SRCNAME
|
||||
rm -rf ${PRGNAM}_v${VERSION}-src
|
||||
tar xvf $CWD/${PRGNAM}_v${VERSION}-src.tar.gz
|
||||
cd ${PRGNAM}_v${VERSION}-src
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="d2x-rebirth"
|
||||
VERSION="0.57.3"
|
||||
VERSION="0.58.1"
|
||||
HOMEPAGE="http://www.dxx-rebirth.com/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dxx-rebirth/d2x-rebirth_v0.57.3-src.tar.gz"
|
||||
MD5SUM="dba5a0319d88ce55598b5533eed2ed61"
|
||||
DOWNLOAD="http://www.dxx-rebirth.com/download/dxx/d2x-rebirth_v0.58.1-src.tar.gz"
|
||||
MD5SUM="584187fdd922d732e47a64451085eaca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="physfs scons"
|
||||
|
|
Loading…
Reference in a new issue