Magellan Linux

Contents of /branches/magellan-next/extras/pyopengl/pyopengl-3.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8692 - (show annotations) (download)
Wed Jul 27 19:23:29 2011 UTC (12 years, 9 months ago) by niro
File size: 639 byte(s)
-rebuild against fixed python
1 # $Id$
2
3 PNAME="pyopengl"
4 PVER="3.0.1"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-python"
8
9 DESCRIPTION="Python opengl bindings."
10 HOMEPAGE="http://pyopengl.sourceforge.net/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= virtual/opengl
14 >= virtual/glut
15 >= x11-libs/libXi-1.3
16 >= x11-libs/libXmu-1.0.5"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-python/setuptools-0.6"
20
21 SRCFILE="PyOpenGL-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/PyOpenGL-${PVER}"
23
24 sminclude python
25
26 SRC_URI=(
27 sourceforge://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 #UP2DATE="updatecmd_sourceforge ${PNAME} PyOpenGL"
32 UP2DATE="updatecmd http://pypi.python.org/pypi/PyOpenGL | lasttarball gz"