Magellan Linux

Contents of /trunk/extras/gle/gle-3.1.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 788 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gle/gle-3.1.0-r6.smage2,v 1.1 2008/02/15 10:46:55 niro Exp $
2
3 PNAME="gle"
4 PVER="3.1.0"
5 PBUILD="r6"
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 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # fixes some linking errors
32 mpatch ${PNAME}-${PVER}-no-examples.patch || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38 mconfigure --with-x --x-libraries=/usr/$(mlibdir) || die
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id