Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23890 - (hide annotations) (download)
Tue Feb 10 14:51:31 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/qhull/qhull-2012.1-r2.smage2
File size: 461 byte(s)
-rebuild
1 niro 23890 # $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"