Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7207 - (show annotations) (download)
Thu Sep 30 20:23:00 2010 UTC (13 years, 8 months ago) by niro
File size: 716 byte(s)
auto added: ver bump to 3.0.1-r1
1 # $Id: pyopengl-3.0.1a3-r1.smage2 3790 2009-11-04 07:47:44Z niro $
2
3 PNAME="pyopengl"
4 PVER="3.0.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python opengl bindings."
11 HOMEPAGE="http://pyopengl.sourceforge.net/"
12
13 DEPEND=">= dev-lang/python-2.7
14 >= virtual/opengl
15 >= virtual/glut
16 >= x11-libs/libXi-1.3
17 >= x11-libs/libXmu-1.0.5"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= dev-python/setuptools-0.6"
21
22 SRCFILE="PyOpenGL-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/PyOpenGL-${PVER}"
24
25 sminclude python
26
27 SRC_URI=(
28 sourceforge://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 #UP2DATE="updatecmd_sourceforge ${PNAME} PyOpenGL"
33 UP2DATE="updatecmd http://pypi.python.org/pypi/PyOpenGL | lasttarball gz"