Magellan Linux

Contents of /branches/magellan-next/extras/pygobject/pygobject-2.28.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8678 - (show annotations) (download)
Wed Jul 27 18:46:30 2011 UTC (12 years, 9 months ago) by niro
File size: 457 byte(s)
-rebuild against fixed python
1 # $Id$
2
3 PNAME="pygobject"
4 PVER="2.28.6"
5 PBUILD="r2"
6
7 PCATEGORIE="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
22 SRC_URI=(
23 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnome ${PNAME}"