[arch-commits] Commit in ode/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sat Mar 17 17:53:12 UTC 2012


    Date: Saturday, March 17, 2012 @ 13:53:12
  Author: giovanni
Revision: 153666

upgpkg: ode 0.12-2

FS28946 - Added libccd collision support

Modified:
  ode/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-17 17:50:52 UTC (rev 153665)
+++ PKGBUILD	2012-03-17 17:53:12 UTC (rev 153666)
@@ -4,7 +4,7 @@
 
 pkgname=ode
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source, high performance library for simulating rigid body dynamics"
 arch=('i686' 'x86_64')
 url="http://www.ode.org"
@@ -18,7 +18,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
-              --enable-shared
+              --enable-shared \
+              --enable-libccd
   make
 }
 




More information about the arch-commits mailing list