Magellan Linux

Contents of /trunk/extras/pygtk/pygtk-2.24.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18481 - (show annotations) (download)
Wed Jul 17 14:29:58 2013 UTC (10 years, 10 months ago) by niro
File size: 686 byte(s)
-rebuild against glib-2.36
1 # $Id$
2
3 PNAME="pygtk"
4 PVER="2.24.0"
5 PBUILD="r4"
6
7 PCAT="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.36
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 msetfeature "!check"
27
28 SRC_URI=(
29 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_gnome ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure --enable-threads || die
40 mmake || die
41 }