1 # Maintainer: Heine Laursen <zann at gmail dot com>
2 # Contributor: Christoph Zeiler <rabyteNOSPAM_at_gmx.dot.org>
3 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
4 # Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
9 pkgdesc="An open source, high performance library for simulating rigid body dynamics"
10 arch=('i686' 'x86_64')
11 url="http://www.ode.org"
12 license=('LGPL' 'BSD')
13 depends=('gcc-libs' 'bash')
17 source=(http://downloads.sourceforge.net/opende/ode-$pkgver.tar.bz2)
18 md5sums=('712579afabc2a15aa56e399f76171477')
23 ./configure --prefix=/usr --enable-shared --enable-release \
24 --disable-asserts --with-trimesh=opcode
27 make DESTDIR="$pkgdir" install
29 install -Dm644 LICENSE.TXT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE