Magellan Linux

Contents of /branches/magellan-next/core/atk/atk-2.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7825 - (show annotations) (download)
Wed Jun 1 18:43:22 2011 UTC (12 years, 11 months ago) by niro
File size: 616 byte(s)
auto added: ver bump to 2.0.0-r1
1 # $Id$
2
3 PNAME="atk"
4 PVER="2.0.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="GTK Accessibility Toolkit."
11 HOMEPAGE="http://developer.gnome.org/projects/gap/"
12
13 DEPEND=">= dev-libs/glib2-2.28"
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= dev-libs/gobject-introspection-0.10"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER:0:4}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnome ${PNAME}"
28
29 src_compile()
30 {
31 mconfigure --enable-introspection || die
32 mmake || die
33 }