summaryrefslogtreecommitdiff
path: root/community/simgear/PKGBUILD
blob: 2b688116ef2aa2cfd67a2d0e762feb87f987f82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 50327 2011-06-28 11:35:39Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
# Contributor: Hans Janssen <hans@janserv.xs4all.nl>

pkgname=simgear
pkgver=2.0.0
pkgrel=3
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
arch=(i686 x86_64 'mips64el')
depends=('glut' 'freealut' 'plib' 'openscenegraph')
makedepends=('boost')
license=("GPL")
url="http://www.simgear.org"
options=('!makeflags')
source=(ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/SimGear-$pkgver.tar.gz)
md5sums=('414bea545ea1e8ce17e4aa0809159cec')

build() {
  cd $startdir/src/SimGear-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $startdir/src/SimGear-$pkgver
  make DESTDIR=$startdir/pkg install
}