Magellan Linux

Contents of /branches/branch-xorg18/extras/pygtk/pygtk-2.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 685 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="pygtk"
4 PVER="2.16.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python gtk2+ bindings."
11 HOMEPAGE="http://www.pygtk.org/"
12
13 DEPEND=">= dev-lang/python-2.6
14 >= dev-libs/glib2-2.22
15 >= x11-libs/gtk2+-2.18
16 >= dev-python/pygobject-2.20
17 >= dev-python/pycairo-1.8
18 >= dev-python/pyopengl-3
19 >= x11-libs/gtkglarea-2.0"
20
21 SDEPEND=">= dev-util/pkgconfig-0.23"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_gnome ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure --enable-threads || die
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id