Magellan Linux

Contents of /trunk/extras/pygtk/pygtk-2.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 740 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/pygtk/pygtk-2.12.1-r1.smage2,v 1.1 2008/03/20 14:39:06 niro Exp $
2
3 PNAME="pygtk"
4 PVER="2.12.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python gtk2+ bindings."
11 HOMEPAGE="http://www.pygtk.org/"
12
13 DEPEND=">= dev-lang/python-2.5
14 >= dev-libs/glib2-2.16
15 >= x11-libs/gtk2+-2.12
16 >= dev-python/pygobject-2.14
17 >= dev-python/pycairo-1.4
18 >= dev-python/pyopengl-3
19 >= x11-libs/gtkglarea-1.99"
20
21 SDEPEND=">= dev-util/pkgconfig-0.23"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure --enable-threads || die
38 mmake || die
39 }

Properties

Name Value
svn:keywords Id