Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21563 - (show annotations) (download)
Tue Jul 1 11:12:54 2014 UTC (9 years, 10 months ago) by niro
Original Path: trunk/extras/pygobject3/pygobject3-3.12.2-r1.smage2
File size: 691 byte(s)
auto added: ver bump to 3.12.2-r1
1 # $Id$
2
3 PNAME="pygobject3"
4 PVER="3.12.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.12
15 >= dev-libs/libffi-3.0.13
16 >= dev-libs/gobject-introspection-1.40"
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/}"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure --with-python=/usr/bin/python2 || die
38 mmake || die
39 }