mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/xmoto: Updated for version 0.5.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
018fadcc0f
commit
a647721d8c
2 changed files with 9 additions and 16 deletions
|
@ -1,17 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
## Written by hollywoodb (hollywoodb@fastmail.fm)
|
||||
|
||||
## Feel free to use, modify, redistribute this script.
|
||||
## If you make changes please modify the "Written by"
|
||||
## so that I don't recieve emails about a script I
|
||||
## did not write. Thanks.
|
||||
|
||||
# Modified by the SlackBuilds.org project
|
||||
# Updated by Alex Word <alex_word86@yahoo.com>
|
||||
# Maintained by Alex Word <alex_word86@yahoo.com>
|
||||
|
||||
PRGNAM=xmoto
|
||||
VERSION=0.5.3
|
||||
VERSION=0.5.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -24,9 +17,9 @@ if [ -z "$ARCH" ]; then
|
|||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
|
@ -91,7 +84,7 @@ gzip -9 $PKG/usr/man/man?/*.?
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ABOUT-NLS AUTHORS COPYING INSTALL NEWS README TODO ChangeLog \
|
||||
AUTHORS COPYING INSTALL NEWS README TODO ChangeLog \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xmoto"
|
||||
VERSION="0.5.3"
|
||||
VERSION="0.5.4"
|
||||
HOMEPAGE="http://xmoto.tuxfamily.org/"
|
||||
DOWNLOAD="http://download.tuxfamily.org/xmoto/xmoto/0.5.3/xmoto-0.5.3-src.tar.gz"
|
||||
MD5SUM="7505965c1c64c0080023c7ed6d5cfedd"
|
||||
DOWNLOAD="http://download.tuxfamily.org/xmoto/xmoto/0.5.4/xmoto-0.5.4-src.tar.gz"
|
||||
MD5SUM="57f7b435c735aa04cf08d4c41b30f244"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alex Word"
|
||||
EMAIL="alex_word86@yahoo.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue