Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6380 - (show annotations) (download)
Sun Aug 22 22:04:05 2010 UTC (13 years, 9 months ago) by niro
File size: 625 byte(s)
auto added: ver bump to 2.6.0-r2
1 # $Id: freeglut-2.6.0-r1.smage2 5294 2010-04-20 19:12:01Z niro $
2
3 PNAME="freeglut"
4 PVER="2.6.0"
5 PBUILD="r2"
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=">= virtual/opengl"
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}"