[arch-commits] Commit in ode/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Tue Feb 3 17:27:14 UTC 2009
Date: Tuesday, February 3, 2009 @ 12:27:14
Author: giovanni
Revision: 26171
upgpkg: ode 0.10.1-3
Modified:
ode/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-03 16:09:05 UTC (rev 26170)
+++ PKGBUILD 2009-02-03 17:27:14 UTC (rev 26171)
@@ -4,23 +4,19 @@
pkgname=ode
pkgver=0.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="An open source, high performance library for simulating rigid body dynamics"
arch=('i686' 'x86_64')
url="http://www.ode.org"
license=('LGPL' 'BSD')
-depends=('gcc-libs' 'bash')
+depends=('gcc-libs')
source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2)
options=('!libtool')
md5sums=('91c396b915539a760617437d56eb1681')
build() {
cd $srcdir/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --enable-shared \
- --disable-asserts \
- --with-trimesh=opcode \
- --enable-double-precision
+ ./configure --prefix=/usr --enable-shared
make || return 1
make DESTDIR=$pkgdir/ install
More information about the arch-commits
mailing list