Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12445 - (show annotations) (download)
Mon May 21 12:01:06 2012 UTC (12 years ago) by niro
File size: 523 byte(s)
auto added: ver bump to 3.2.2-r1
1 # $Id$
2
3 PNAME="pygobject3"
4 PVER="3.2.2"
5 PBUILD="r1"
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
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-libs/gobject-introspection-1.32"
17
18 SRCFILE="${PNAME/3/}-${PVER}.tar.xz"
19 SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
20
21 sminclude mbuild
22 msetfeature "!check"
23
24 SRC_URI=(
25 gnome://${PNAME/3/}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME/3/}"