Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8118 - (show annotations) (download)
Tue Jul 12 17:07:22 2011 UTC (12 years, 10 months ago) by niro
File size: 428 byte(s)
auto added: ver bump to 2.28.6-r1
1 # $Id$
2
3 PNAME="pygobject"
4 PVER="2.28.6"
5 PBUILD="r1"
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 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnome ${PNAME}"