1 # Maintainer: Raphael Dümig <raphael[AT]duemig-neufahrn[DOT]de>
5 pkgdesc="FGo! is a fast and simple GUI-launcher for FlightGear flight simulator, written in python"
7 url="http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo"
9 depends=('python2' 'python-imaging' 'tcl' 'tk')
11 source=($pkgname-$pkgver.tar.gz)
12 md5sums=('21117e05897cfd0b218c37259b0d2ee7')
15 echo "ready for installing"
19 cd "$srcdir/$pkgname-$pkgver"
24 # vim:set ts=2 sw=2 et: