[Lunar-commits] <moonbase-other> bullet: A 3D physics library
Stefan Wold
ratler at lunar-linux.org
Sat Mar 8 22:05:40 CET 2014
commit 8e8bb0e66f9ccbf2c6d6249329eb43741a89ba13
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 02 Mar 2014 22:04:11 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/8e8bb0e66f9ccbf2c6d6249329eb43741a89ba13
bullet: A 3D physics library
---
graphics/bullet/BUILD | +9/-0
graphics/bullet/DEPENDS | +4/-0
graphics/bullet/DETAILS | +13/-0
3 files changed, 26 insertions(+)
--- /dev/null
+++ b/graphics/bullet/BUILD
@@ -0,0 +1,9 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1 \
+ -DBUILD_DEMOS=0 \
+ -DBUILD_MULTITHREADING=1 \
+ -DBUILD_EXTRAS=1 \
+ -DINSTALL_LIBS=1 \
+ -DINSTALL_EXTRA_LIBS=1 \
+ -DCMAKE_BUILD_TYPE=Release"
+
+default_cmake_build
--- /dev/null
+++ b/graphics/bullet/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake
+depends graphviz
+depends dejavu-ttf
+depends mesa-lib
--- /dev/null
+++ b/graphics/bullet/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=bullet
+ VERSION=2.82-r2704
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=https://bullet.googlecode.com/files
+ SOURCE_VFY=sha256:67e4c9eb76f7adf99501d726d8ad5e9b525dfd0843fbce9ca73aaca4ba9eced2
+ WEB_SITE=http://www.bulletphysics.com/Bullet/
+ ENTERED=20140302
+ UPDATED=20140302
+ SHORT="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+
+cat <<EOF
+A 3D Collision Detection and Rigid Body Dynamics Library for games and animation.
+EOF
More information about the Lunar-commits
mailing list