Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8958 - (hide annotations) (download)
Thu Aug 25 14:27:12 2011 UTC (12 years, 8 months ago) by niro
File size: 588 byte(s)
-needs glproto to build
1 niro 7719 # $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 niro 8956 DEPEND=""
17 niro 8958 SDEPEND=">= x11-proto/glproto-1.4.12"
18 niro 7719 PROVIDE="virtual/glut"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     SRC_URI=(
24     sourceforge://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2PVER="${PVER}"
29     UP2DATE="updatecmd_sourceforge ${PNAME}"