Magellan Linux

Contents of /trunk/extras/pygobject3/pygobject3-3.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14208 - (show annotations) (download)
Thu Nov 29 15:03:51 2012 UTC (11 years, 6 months ago) by niro
File size: 592 byte(s)
auto added: ver bump to 3.4.2-r1
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/}"