Magellan Linux

Annotation of /branches/R11-stable/extras/pygobject3/pygobject3-3.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18011 - (hide annotations) (download)
Thu Jun 27 06:44:12 2013 UTC (10 years, 11 months ago) by niro
File size: 592 byte(s)
-release branches/R11-stable
1 niro 17342 # $Id$
2    
3     PNAME="pygobject3"
4     PVER="3.8.2"
5     PBUILD="r1"
6    
7     PCAT="dev-python"
8    
9     DESCRIPTION="Python object library"
10     HOMEPAGE="http://www.pygtk.org/"
11    
12     # gobject-introspection is runtime needed
13     DEPEND=">= dev-lang/python-2.7
14     >= dev-python/pycairo-1.10
15     >= dev-libs/libffi-3.0.10
16     >= dev-libs/gobject-introspection-1.36"
17    
18     SDEPEND=">= dev-util/pkgconfig-0.25"
19    
20     SRCFILE="${PNAME/3/}-${PVER}.tar.xz"
21     SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
22    
23     sminclude mbuild
24     msetfeature "!check"
25    
26     SRC_URI=(
27     gnome://${PNAME/3/}/${PVER%.*}/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd_gnome ${PNAME/3/}"