Magellan Linux

Contents of /trunk/extras/gnome-python-base/gnome-python-base-2.28.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6877 - (show annotations) (download)
Thu Sep 23 17:56:39 2010 UTC (13 years, 7 months ago) by niro
File size: 815 byte(s)
auto added: ver bump to 2.28.1-r1
1 # $Id$
2
3 PNAME="gnome-python-base"
4 PVER="2.28.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python bindings for the GConf library."
11 HOMEPAGE="http://www.pygtk.org/"
12
13
14 DEPEND=">= dev-libs/glib2-2.22
15 >= x11-libs/gtk2+-2.18
16 >= dev-python/pygtk-2.16
17 >= dev-python/pygobject-2.20"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23"
20
21 SRCFILE="gnome-python-${PVER}.tar.bz2"
22 SRCDIR="${BUILDDIR}/gnome-python-${PVER}"
23
24 sminclude python
25
26 SRC_URI=(
27 gnome://gnome-python/${PVER%.*}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd_gnome gnome-python"
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # delete setup.py - this build method is deprecated, use autotools instead!
39 rm setup.py || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 mconfigure --disable-allbindings || die
47 mmake || die
48 }