Magellan Linux

Contents of /branches/magellan-next/core/freeglut/freeglut-2.6.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8956 - (show annotations) (download)
Thu Aug 25 11:21:19 2011 UTC (12 years, 8 months ago) by niro
File size: 550 byte(s)
-fixed depdency loop with mesa
1 # $Id$
2
3 PNAME="freeglut"
4 PVER="2.6.0"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="freeglut is a alternative to the OpenGL Utility Toolkit (GLUT) library."
11 HOMEPAGE="http://freeglut.sourceforge.net/"
12
13 sminclude mbuild multilib
14
15 # dep only exist with new xorg-7.0.0 (media-libs/mesa)
16 DEPEND=""
17 PROVIDE="virtual/glut"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2PVER="${PVER}"
28 UP2DATE="updatecmd_sourceforge ${PNAME}"