Magellan Linux

Contents of /branches/R11-unstable/extras/pygobject/pygobject-2.28.6-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25735 - (show annotations) (download)
Tue Nov 25 04:14:12 2014 UTC (9 years, 5 months ago) by niro
File size: 614 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="pygobject"
4 PVER="2.28.6"
5 PBUILD="r6"
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.13
15 >= dev-libs/glib2-2.36"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23 msetfeature "!check"
24
25 SRC_URI=(
26 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnome ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure --disable-introspection || die
37 mmake || die
38 }