Magellan Linux

Annotation of /smage/trunk/extras/freeglut/freeglut-3.0.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6978 - (hide annotations) (download)
Thu Jul 30 15:43:20 2015 UTC (8 years, 9 months ago) by niro
File size: 876 byte(s)
-alx-split
1 niro 6977 # $Id$
2    
3     PNAME="freeglut"
4     PVER="3.0.0"
5     PBUILD="r2"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="freeglut is a alternative to the OpenGL Utility Toolkit (GLUT) library."
10     HOMEPAGE="http://freeglut.sourceforge.net/"
11    
12     DEPEND=">= virtual/glibc
13     >= x11-libs/libX11-1.6
14     >= x11-libs/libXext-1.3
15     >= x11-libs/libXi-1.7
16     >= x11-libs/libXrandr-1.5
17     >= x11-libs/libXxf86vm-1.1"
18    
19     SDEPEND=">= x11-proto/glproto-1.4.17
20     >= media-libs/mesa-dev-10.6
21     >= media-libs/glu-dev-9"
22    
23     PROVIDE="virtual/glut"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.gz"
26     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27    
28     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
29     sminclude cmake multilib alx-split
30     msetfeature "!check" # no check target in Makefile
31    
32     SRC_URI=(
33     sourceforge://${PNAME}/${SRCFILE}
34     mirror://${PNAME}/${SRCFILE}
35     )
36    
37     UP2DATE="updatecmd_sourceforge ${PNAME} gz"
38 niro 6978
39     echo "DEBUG: begin"
40     typeset -f mmake
41     typeset -f src_install
42     echo "DEBUG: end"; read