Magellan Linux

Annotation of /trunk/core/gle/gle-3.1.0-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1336 - (hide annotations) (download)
Sat May 2 14:35:48 2009 UTC (15 years, 4 months ago) by niro
File size: 762 byte(s)
-rebuild against freeglut-2.6.0 and mesa-7.4.1
1 niro 1336 # $Id$
2    
3     PNAME="gle"
4     PVER="3.1.0"
5     PBUILD="r7"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="The GLE Tubing and Extrusion Library is a graphics application programming interface."
11     HOMEPAGE="http://www.linas.org/gle/"
12    
13     DEPEND=">= virtual/opengl
14     >= virtual/glut"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-no-examples.patch
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE}/pub/?M=A | lasttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fixes some linking errors
34     mpatch ${PNAME}-${PVER}-no-examples.patch || die
35     }
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40     mconfigure --with-x --x-libraries=/usr/$(mlibdir) || die
41     mmake || die
42     }

Properties

Name Value
svn:keywords Id