Magellan Linux

Annotation of /branches/R11-stable/core/atk/atk-2.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17129 - (hide annotations) (download)
Mon Jun 3 07:57:00 2013 UTC (11 years ago) by niro
Original Path: trunk/core/atk/atk-2.8.0-r1.smage2
File size: 591 byte(s)
auto added: ver bump to 2.8.0-r1
1 niro 17129 # $Id$
2    
3     PNAME="atk"
4     PVER="2.8.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GTK Accessibility Toolkit."
10     HOMEPAGE="http://developer.gnome.org/projects/gap/"
11    
12     DEPEND=">= dev-libs/glib2-2.36"
13     SDEPEND=">= dev-util/pkgconfig-0.25
14     >= dev-libs/gobject-introspection-1.36"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.xz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild multilib
20    
21     SRC_URI=(
22     http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER%.*}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"
27    
28     src_compile()
29     {
30     mconfigure --enable-introspection || die
31     mmake || die
32     }