Magellan Linux

Contents of /branches/R11-stable/extras/qhull/qhull-2012.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24403 - (show annotations) (download)
Fri Feb 20 10:19:00 2015 UTC (9 years, 2 months ago) by niro
File size: 461 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="qhull"
4 PVER="2012.1"
5 PBUILD="r2"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="A general dimension code for computing convex hulls and related structures."
10 HOMEPAGE="http://www.qhull.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}-src.tgz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude cmake mtools
18
19 SRC_URI=(
20 http://www.qhull.org/download/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE}/download | lasttarball tgz"