Magellan Linux

Contents of /branches/R11-stable/extras/pygobject3/pygobject3-3.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15334 - (show annotations) (download)
Wed Jan 2 11:30:52 2013 UTC (11 years, 5 months ago) by niro
File size: 592 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="pygobject3"
4 PVER="3.4.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.34"
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/}"