From 396d80f970940cdb0f23ed4ccb113a61d8c10a2d Mon Sep 17 00:00:00 2001 From: Arnaud Fernandés Date: Fri, 20 Nov 2009 19:27:10 +0100 Subject: Ajout de ode#0.11.1-1 --- extra/ode/.footprint | 31 +++++++++++++++++++++++++++++++ extra/ode/.md5sum | 1 + extra/ode/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 extra/ode/.footprint create mode 100644 extra/ode/.md5sum create mode 100644 extra/ode/Pkgfile (limited to 'extra/ode') 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 +} -- cgit v1.2.3-54-g00ecf