aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qhull
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-14 15:05:51 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-14 15:05:51 +0100
commit6606788d13bf856884b3d66ca3be969aba55893d (patch)
tree2060d3bd16f2ffb3133bb3cace88998a57720b7a /packages/qhull
parent3599618c8063ae7a294c51de9b3039ecbfb89544 (diff)
downloadopenembedded-6606788d13bf856884b3d66ca3be969aba55893d.tar.gz
qhull: add 2003.1
Diffstat (limited to 'packages/qhull')
-rw-r--r--packages/qhull/qhull_2003.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/qhull/qhull_2003.1.bb b/packages/qhull/qhull_2003.1.bb
new file mode 100644
index 0000000000..9e19749ce1
--- /dev/null
+++ b/packages/qhull/qhull_2003.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. "
+LICENSE = "unknown"
+
+SRC_URI = "http://www.qhull.org/download/qhull-${PV}.tar.gz"
+
+inherit autotools_stage lib_package
+
+
+
+