contrib/ode/Pkgfile

20 lines
470 B
Plaintext
Raw Normal View History

2007-03-16 10:51:37 +01:00
# Description: The Open Dynamics Engine physics SDK.
# URL: http://www.ode.org/
2009-05-25 14:47:48 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Aaron Marks, nymacro at gmail dot com
2008-05-25 18:14:28 +02:00
# Depends on: mesa3d
2007-03-16 10:51:37 +01:00
name=ode
2009-05-25 14:47:48 +02:00
version=0.11.1
2007-03-16 10:51:37 +01:00
release=1
source=(http://download.sourceforge.net/opende/$name-$version.tar.bz2)
2007-03-16 10:51:37 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
2007-03-16 10:51:37 +01:00
}