summaryrefslogtreecommitdiffstats
path: root/extra/ode
diff options
context:
space:
mode:
authorArnaud Fernandés <ferarduansednan@laposte.net>2009-11-20 19:27:10 +0100
committerArnaud Fernandés <ferarduansednan@laposte.net>2009-11-20 19:27:10 +0100
commit396d80f970940cdb0f23ed4ccb113a61d8c10a2d (patch)
tree9a20e8f20ddbaf1b843aeb9e66cff4178b913e35 /extra/ode
parent03ae34d71a02eb9ba78946678ea8315086cdc7e1 (diff)
downloadnutyx-extra-396d80f970940cdb0f23ed4ccb113a61d8c10a2d.tar.gz
nutyx-extra-396d80f970940cdb0f23ed4ccb113a61d8c10a2d.tar.bz2
nutyx-extra-396d80f970940cdb0f23ed4ccb113a61d8c10a2d.tar.xz
nutyx-extra-396d80f970940cdb0f23ed4ccb113a61d8c10a2d.zip
Ajout de ode#0.11.1-1
Diffstat (limited to 'extra/ode')
-rw-r--r--extra/ode/.footprint31
-rw-r--r--extra/ode/.md5sum1
-rw-r--r--extra/ode/Pkgfile19
3 files changed, 51 insertions, 0 deletions
diff --git a/extra/ode/.footprint b/extra/ode/.footprint
new file mode 100644
index 000000000..e08e09d8d
--- /dev/null
+++ b/extra/ode/.footprint
@@ -0,0 +1,31 @@
+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/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/odeconfig.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/odeinit.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.la
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/ode.pc
diff --git a/extra/ode/.md5sum b/extra/ode/.md5sum
new file mode 100644
index 000000000..9d8d7920a
--- /dev/null
+++ b/extra/ode/.md5sum
@@ -0,0 +1 @@
+712579afabc2a15aa56e399f76171477 ode-0.11.1.tar.bz2
diff --git a/extra/ode/Pkgfile b/extra/ode/Pkgfile
new file mode 100644
index 000000000..d69f06fc9
--- /dev/null
+++ b/extra/ode/Pkgfile
@@ -0,0 +1,19 @@
+# Description: The Open Dynamics Engine physics SDK.
+# URL: http://www.ode.org/
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Packager: Aaron Marks, nymacro at gmail dot com
+# Depends on: mesa3d
+
+name=ode
+version=0.11.1
+release=1
+source=(http://dl.sourceforge.net/sourceforge/opende/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-static \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+}