Magellan Linux

Contents of /branches/magellan-next/extras/pygtk/pygtk-2.24.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8689 - (show annotations) (download)
Wed Jul 27 19:16:58 2011 UTC (12 years, 9 months ago) by niro
File size: 671 byte(s)
-rebuild against fixed python
1 # $Id$
2
3 PNAME="pygtk"
4 PVER="2.24.0"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-python"
8
9 DESCRIPTION="Python gtk2+ bindings."
10 HOMEPAGE="http://www.pygtk.org/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-libs/glib2-2.28
14 >= x11-libs/gtk2+-2.24
15 >= gnome-base/libglade-2.6.4
16 >= dev-python/pygobject-2.28
17 >= dev-python/pycairo-1.10
18 >= dev-python/numpy-1.6"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_gnome ${PNAME}"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure --enable-threads || die
39 mmake || die
40 }