[Lunar-commits] <moonbase-other> libccd: introduced to -other

v4hn me at v4hn.de
Wed Apr 24 02:51:41 CEST 2013


commit b9228025159019bfc6eb1f2319a6c3c2f5ef41ab
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:00:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b9228025159019bfc6eb1f2319a6c3c2f5ef41ab

libccd: introduced to -other
---
  libs/libccd/BUILD   | +11/-0    
  libs/libccd/DETAILS | +16/-0    
  2 files changed, 27 insertions(+)

--- /dev/null
+++ b/libs/libccd/BUILD
@@ -0,0 +1,11 @@
+CFLAGS+=" -fPIC" &&
+
+cd src &&
+make &&
+
+prepare_install &&
+
+make install PREFIX=/usr &&
+
+cd ../doc/ &&
+gather_docs *
--- /dev/null
+++ b/libs/libccd/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libccd
+         VERSION=1.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://libccd.danfis.cz/files
+      SOURCE_VFY=sha1:abf924ad6e3f427d58734f67348de23970704cbd
+        WEB_SITE=http://libccd.danfis.cz
+         ENTERED=20130417
+         UPDATED=20130417
+           SHORT="collision detection between two convex shapes"
+
+cat << EOF
+libccd is a library for collision detection between two convex
+shapes. It implements a variation on Gilbert-Johnson-Keerthi
+algorithm + Expand Polytope Algorithm and Minkowski Portal
+Refinement algorithm in 3-D space.
+EOF




More information about the Lunar-commits mailing list