Magellan Linux

Contents of /branches/R11-stable/extras/pygobject/pygobject-2.28.6-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15333 - (show annotations) (download)
Wed Jan 2 11:30:48 2013 UTC (11 years, 4 months ago) by niro
File size: 590 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="pygobject"
4 PVER="2.28.6"
5 PBUILD="r4"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Python object library"
10 HOMEPAGE="http://www.pygtk.org/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-python/pycairo-1.10
14 >= dev-libs/libffi-3.0.10"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22 msetfeature "!check"
23
24 SRC_URI=(
25 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure --disable-introspection || die
36 mmake || die
37 }