Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11654 - (show annotations) (download)
Tue Mar 13 22:52:46 2012 UTC (12 years, 3 months ago) by niro
File size: 517 byte(s)
-fixed SRCFILE & SRCDIR
1 # $Id$
2
3 PNAME="pygobject3"
4 PVER="3.1.1"
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.30"
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}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"