Magellan Linux

Annotation of /trunk/todo/pygtkglext/pygtkglext-1.1.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2536 - (hide annotations) (download)
Thu Jul 9 20:29:19 2009 UTC (14 years, 11 months ago) by niro
File size: 793 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/pygtkglext/pygtkglext-1.1.0-r4.smage2,v 1.1 2008/03/21 09:52:45 niro Exp $
2    
3     PNAME="pygtkglext"
4     PVER="1.1.0"
5     PBUILD="r4"
6    
7     PCATEGORIE="dev-python"
8     STATE="unstable"
9    
10     DESCRIPTION="Python bindings for gtkglext."
11     HOMEPAGE="http://gtkglext.sourceforge.net/"
12    
13     DEPEND=">= virtual/opengl
14     >= dev-lang/python-2.5
15     >= dev-python/pygtk-2.12
16     >= dev-libs/glib2-2.16
17     >= x11-libs/gtk2+-2.12
18     >= x11-libs/gtkglext-1.2
19     >= dev-python/pyopengl-3"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude python mbuild
25    
26     SRC_URI=(
27     sourceforge://gtkglext/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     # do not compile a test binary, fixes builds on multlib systems
36     mconfigure --disable-gtkglext-test || die
37     mmake || die
38     }

Properties

Name Value
svn:keywords Id