updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / fgo / PKGBUILD
blobd8df0802fe155420f4b27e4e0576ea0dca72661f
1 # Maintainer: Raphael Dümig <raphael[AT]duemig-neufahrn[DOT]de>
2 pkgname=fgo
3 pkgver=1.3.1
4 pkgrel=4
5 pkgdesc="FGo! is a fast and simple GUI-launcher for FlightGear flight simulator, written in python"
6 arch=('any')
7 url="http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo"
8 license=('GPL')
9 depends=('python2' 'python-imaging' 'tcl' 'tk')
10 makedepends=()
11 source=($pkgname-$pkgver.tar.gz)
12 md5sums=('21117e05897cfd0b218c37259b0d2ee7')
14 build() {
15   echo "ready for installing"
18 package() {
19   cd "$srcdir/$pkgname-$pkgver"
21   cp -r usr/ $pkgdir/
24 # vim:set ts=2 sw=2 et: