Magellan Linux

Contents of /branches/branch-xorg18/core/gle/gle-3.1.0-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 762 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="gle"
4 PVER="3.1.0"
5 PBUILD="r8"
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