Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12412 - (hide annotations) (download)
Thu May 17 21:05:51 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/extras/qhull/qhull-2012.1-r1.smage2
File size: 726 byte(s)
auto added: ver bump to 2012.1-r1
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     mirror://${PNAME}/${PNAME}-2010.1-cmake-install.patch
23     mirror://${PNAME}/${PNAME}-2010.1-overflows.patch
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE}/download | lasttarball tgz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     mpatch ${PNAME}-2010.1-cmake-install.patch || die
34     mpatch ${PNAME}-2010.1-overflows.patch || die
35     }