Magellan Linux

Contents of /branches/magellan-next/core/gobject-introspection/gobject-introspection-0.6.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6355 - (show annotations) (download)
Sun Aug 22 19:59:02 2010 UTC (13 years, 8 months ago) by niro
File size: 727 byte(s)
-fixed a small error mesg
1 # $Id$
2
3 PNAME="gobject-introspection"
4 PVER="0.6.14"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Introspection system for GObject-based libraries."
11 HOMEPAGE="http://live.gnome.org/GObjectInstrospection"
12
13 DEPEND=">= dev-libs/libffi-3.0.9
14 >= dev-libs/glib2-2.24
15 >= dev-lang/python-2.7
16 >= x11-libs/cairo-1.8.10"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude multilib
22
23 SRC_URI=(
24 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${PNAME}-${PVER}-python27.patch
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34
35 # fix compilation against python27
36 mpatch ${PNAME}-${PVER}-python27.patch || die
37 }