You are not logged in.
Pages: 1
well i have been compiling this simulator from the cvs amd it looks really nice, and it seems to just get better and better.
i think someone should make a CVS PKGBUILD that would work correctly.
i dont use the PKGBUILD cos i never have had the time to make a complet one for all the stuff in the cvs, cos this game for now is only a flight simulator (that looks REALLY GOOD and is really realistic) but there is a FPS subproject that is sayed to work but i havent ever been intrested about that aspect, not more then the simulator.
so ppl, if any one of you has the time and energy please make a working CVS PKGBUILD that compiles all the cvs subprojects aswell. ))
this would be a great addition for the small but nice archgames pkgs.
then there is another matter; the FlightGear project, well it would be nice to see that in the resps too
/skruw
Offline
flightgear is in my repo right now
feedback welcome
i didn't upload the data because it's 74MB
here is the PKGBUILD for this:
# Contributor: Tobias Powalowski
pkgname=flightgear-data
pkgver=0.9.4
pkgrel=1
pkgdesc="FlightGear is an open-source, multi-platform flight simulator."
depends=('flightgear')
url="http://www.flightgear.org"
source=(ftp://ftp.de.flightgear.org/pub/fgfs/Shared/fgfs-base-$pkgver.tar.bz2)
md5sums=('9dcb351455b13cd8892612f69d6285fe')
build() {
cd $startdir/src/FlightGear-$pkgver
mkdir -p $startdir/pkg/opt/flightgear/lib/FlightGear
mv * $startdir/pkg/opt/flightgear/lib/FlightGear
}
have fun
Offline
flightgear is in my repo right now
feedback welcome
i didn't upload the data because it's 74MBhere is the PKGBUILD for this:
# Contributor: Tobias Powalowski
pkgname=flightgear-data
pkgver=0.9.4
pkgrel=1
pkgdesc="FlightGear is an open-source, multi-platform flight simulator."
depends=('flightgear')
url="http://www.flightgear.org"
source=(ftp://ftp.de.flightgear.org/pub/fgfs/Shared/fgfs-base-$pkgver.tar.bz2)
md5sums=('9dcb351455b13cd8892612f69d6285fe')
build() {
cd $startdir/src/FlightGear-$pkgver
mkdir -p $startdir/pkg/opt/flightgear/lib/FlightGear
mv * $startdir/pkg/opt/flightgear/lib/FlightGear
}have fun
thanx, i will makepkg it later today, well now there is only the matter of CSP pkgs. any one that wants to contribute?
-----
well i tryed to makepkg it but it depends on "flightgear" and that pkg is not in the resps.
Offline
try this sim, openGL required
Off to using Peanut and Slackware, no hard feelings but I need my CD to burn, PDA and scanner to connect and arch won't do it.
[img]http://www.flightsimhq.org/images/war-is-bushit_s.jpg[/img]
Offline
Pages: 1