games/FlightGear: Updated for version 2.12.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-18 18:27:09 +01:00 committed by Robby Workman
parent fdf7b13e2c
commit bcdc93d0d4
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
VERSION=${VERSION:-2.8.0}
VERSION=${VERSION:-2.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,11 +46,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build

View file

@ -1,8 +1,8 @@
PRGNAM="FlightGear"
VERSION="2.8.0"
VERSION="2.12.0"
HOMEPAGE="http://www.flightgear.org/"
DOWNLOAD="ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Source/flightgear-2.8.0.tar.bz2"
MD5SUM="9499194146f414323efef8cb3451b750"
DOWNLOAD="http://ftp.icm.edu.pl/packages/flightgear/Source/flightgear-2.12.0.tar.bz2"
MD5SUM="23e2de5f311f4cbe94ec3386736ee8a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FlightGear-data SimGear"