#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=ode pkgver=0.11.1 pkgrel=1gv arch=i486 source=(http://garr.dl.sourceforge.net/sourceforge/opende/ode-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "*.txt") url=http://www.ode.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ode - Open Dynamics Engine" "ODE is an open source, high performance library for simulating rigid" "body dynamics. It is fully featured, stable, mature and platform" "independent with an easy to use C/C++ API. It has advanced joint types" "and integrated collision detection with friction. ODE is useful for" "simulating vehicles, objects in virtual reality environments and" "virtual creatures. It is currently used in many computer games, 3D" "authoring tools and simulation tools." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-demos make || return 1 make install DESTDIR=$startdir/pkg }