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 6300 - (show annotations) (download)
Fri Aug 20 14:37:38 2010 UTC (13 years, 8 months ago) by niro
File size: 543 byte(s)
auto added: ver bump to 0.6.14-r1
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 )
27
28 UP2DATE="updatecmd_gnome ${PNAME}"