Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19566 - (hide annotations) (download)
Mon Sep 23 09:00:31 2013 UTC (10 years, 7 months ago) by niro
Original Path: trunk/extras/pygobject/pygobject-2.28.6-r6.smage2
File size: 614 byte(s)
-rev bump, rebuild for soname change of libffi
1 niro 19566 # $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     }