From bcdc93d0d4cb91d7418c5c6c9654c733fc616c6f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 18 Nov 2013 18:27:09 +0100 Subject: games/FlightGear: Updated for version 2.12.0. Signed-off-by: Matteo Bernardini --- games/FlightGear/FlightGear.SlackBuild | 12 ++++++------ games/FlightGear/FlightGear.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'games/FlightGear') diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild index b98c0f4235..f4f2667300 100644 --- a/games/FlightGear/FlightGear.SlackBuild +++ b/games/FlightGear/FlightGear.SlackBuild @@ -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 diff --git a/games/FlightGear/FlightGear.info b/games/FlightGear/FlightGear.info index df73eec844..0b60c290d6 100644 --- a/games/FlightGear/FlightGear.info +++ b/games/FlightGear/FlightGear.info @@ -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" -- cgit v1.2.3-65-gdbad