You are not logged in.

#1 2004-03-10 10:15:27

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

SimGear

PKGBUILD

# Contributor: Nikos Kouremenos <nk@ebox.gr>

pkgname=simgear
origname=SimGear
pkgver=0.3.4
pkgrel=1
pkgdesc="SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
makedepends=(gcc)
md5sums=('5eab33a6504b9cb164acdfa679914cd8')
source=(ftp://ftp.simgear.org/pub/simgear/Source/$origname-$pkgver.tar.gz)
url="http://www.simgear.org/"

build() {
  cd $startdir/src/$origname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

ftp://ftp.archlinux.org/incoming/simgea … -1.tar.bz2

Offline

Board footer

Powered by FluxBB