Magellan Linux

Contents of /trunk/extras/pygobject/pygobject-2.28.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10630 - (show annotations) (download)
Thu Jan 26 12:07:46 2012 UTC (12 years, 4 months ago) by niro
File size: 472 byte(s)
-disabled src_check atm -fixme
1 # $Id$
2
3 PNAME="pygobject"
4 PVER="2.28.6"
5 PBUILD="r2"
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
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21 msetfeature "!check"
22
23 SRC_URI=(
24 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnome ${PNAME}"