Magellan Linux

Contents of /trunk/extras/pygtk/pygtk-2.14.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2840 - (show annotations) (download)
Sat Jul 11 12:25:27 2009 UTC (14 years, 10 months ago) by niro
File size: 685 byte(s)
auto added: ver bump to 2.14.1-r1
1 # $Id$
2
3 PNAME="pygtk"
4 PVER="2.14.1"
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.20
15 >= x11-libs/gtk2+-2.16
16 >= dev-python/pygobject-2.18
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