mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/FlightGear-data: Updated for version 2020.3.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3544e36e41
commit
d0d6de9df0
3 changed files with 9 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=FlightGear-data
|
||||
SRCNAM=FlightGear
|
||||
VERSION=${VERSION:-2020.3.6}
|
||||
VERSION=${VERSION:-2020.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,8 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG/usr/share $OUTPUT
|
||||
cd $PKG/usr/share
|
||||
tar xvf $CWD/$SRCNAM-$VERSION-data.tar.bz2
|
||||
tar xvf $CWD/$SRCNAM-$VERSION-data.txz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION-update-data.txz
|
||||
mv fgdata FlightGear
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="FlightGear-data"
|
||||
VERSION="2020.3.6"
|
||||
VERSION="2020.3.8"
|
||||
HOMEPAGE="http://www.flightgear.org/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/flightgear/FlightGear-2020.3.6-data.tar.bz2"
|
||||
MD5SUM="b67f24b968a8c5394302441f63f9362e"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/flightgear/FlightGear-2020.3.8-data.txz \
|
||||
https://downloads.sourceforge.net/flightgear/FlightGear-2020.3.8-update-data.txz"
|
||||
MD5SUM="031fa7df94cf59636f610625c807880b \
|
||||
e91a20612a197f0e11e2641390c18203"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Textures, models, data, aircraft, sample scenery, and config files
|
||||
needed by FlightGear.
|
||||
|
||||
NOTE: The source file is nearly 2G in size, so please be patient
|
||||
NOTE: The source files total nearly 2G in size, so please be patient
|
||||
while downloading and building.
|
||||
|
|
Loading…
Reference in a new issue