ode: NEW port

This commit is contained in:
James Mills 2007-03-16 19:51:37 +10:00
parent 01a476b4b7
commit ef207c848c
3 changed files with 51 additions and 0 deletions

29
ode/.footprint Normal file
View File

@ -0,0 +1,29 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ode-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/ode/
-rw-r--r-- root/root usr/include/ode/collision.h
-rw-r--r-- root/root usr/include/ode/collision_space.h
-rw-r--r-- root/root usr/include/ode/collision_trimesh.h
-rw-r--r-- root/root usr/include/ode/common.h
-rw-r--r-- root/root usr/include/ode/compatibility.h
-rw-r--r-- root/root usr/include/ode/config.h
-rw-r--r-- root/root usr/include/ode/contact.h
-rw-r--r-- root/root usr/include/ode/error.h
-rw-r--r-- root/root usr/include/ode/export-dif.h
-rw-r--r-- root/root usr/include/ode/mass.h
-rw-r--r-- root/root usr/include/ode/matrix.h
-rw-r--r-- root/root usr/include/ode/memory.h
-rw-r--r-- root/root usr/include/ode/misc.h
-rw-r--r-- root/root usr/include/ode/objects.h
-rw-r--r-- root/root usr/include/ode/ode.h
-rw-r--r-- root/root usr/include/ode/odecpp.h
-rw-r--r-- root/root usr/include/ode/odecpp_collision.h
-rw-r--r-- root/root usr/include/ode/odecpp_old.h
-rw-r--r-- root/root usr/include/ode/odemath.h
-rw-r--r-- root/root usr/include/ode/rotation.h
-rw-r--r-- root/root usr/include/ode/timer.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libode.a
-rwxr-xr-x root/root usr/lib/libode.so

1
ode/.md5sum Normal file
View File

@ -0,0 +1 @@
fb7462ba0af2fbc230cb1b3f79e0acbb ode-src-0.8.zip

21
ode/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: The Open Dynamics Engine physics SDK.
# URL: http://www.ode.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Aaron Marks, nymacro at gmail dot com
#
# Depends on:
name=ode
version=0.8
release=1
source=(http://dl.sourceforge.net/sourceforge/opende/ode-src-$version.zip)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}