Magellan Linux

Annotation of /branches/magellan-next/core/atk/atk-1.33.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7826 - (hide annotations) (download)
Wed Jun 1 18:45:51 2011 UTC (13 years ago) by niro
File size: 617 byte(s)
auto added: ver bump to 1.33.6-r1
1 niro 7826 # $Id$
2    
3     PNAME="atk"
4     PVER="1.33.6"
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     }