diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-07-01 11:37:15 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-07-01 11:37:33 +0200 |
commit | 694839c94d022e3bca94c5d4a1787c11045ad06b (patch) | |
tree | 65d8b0a48e62437df87a4ede79eac719efa66dea /ode | |
parent | f4f7809371826df6085d19db209a82ad795501c7 (diff) | |
download | contrib-694839c94d022e3bca94c5d4a1787c11045ad06b.tar.gz contrib-694839c94d022e3bca94c5d4a1787c11045ad06b.tar.xz |
ode: Updated 0.9 -> 0.10.0
Diffstat (limited to 'ode')
-rw-r--r-- | ode/.footprint | 5 | ||||
-rw-r--r-- | ode/.md5sum | 2 | ||||
-rw-r--r-- | ode/Pkgfile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ode/.footprint b/ode/.footprint index a3ebae496..e2c06d47a 100644 --- a/ode/.footprint +++ b/ode/.footprint @@ -8,7 +8,6 @@ drwxr-xr-x root/root usr/include/ode/ -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 @@ -18,11 +17,13 @@ drwxr-xr-x root/root usr/include/ode/ -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.so +-rwxr-xr-x root/root usr/lib/libode.la diff --git a/ode/.md5sum b/ode/.md5sum index 5ad590762..8535a0861 100644 --- a/ode/.md5sum +++ b/ode/.md5sum @@ -1 +1 @@ -4c03759b76a0649a6d5108c8e172e1e4 ode-src-0.9.zip +e84ff88b34f3a9b96ee479f175fb0b11 ode-0.10.0.tar.bz2 diff --git a/ode/Pkgfile b/ode/Pkgfile index 9395842dd..0234a6000 100644 --- a/ode/Pkgfile +++ b/ode/Pkgfile @@ -5,9 +5,9 @@ # Depends on: mesa3d name=ode -version=0.9 +version=0.10.0 release=1 -source=(http://dl.sourceforge.net/sourceforge/opende/$name-src-$version.zip) +source=(http://dl.sourceforge.net/sourceforge/opende/$name-$version.tar.bz2) build() { cd $name-$version |