Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12413 - (hide annotations) (download)
Thu May 17 21:06:21 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/qhull/qhull-2012.1-r1.smage2
File size: 461 byte(s)
-removed deprecated patches
1 niro 12412 # $Id$
2    
3     PNAME="qhull"
4     PVER="2012.1"
5     PBUILD="r1"
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"