Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/atk/atk-2.18.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8214 - (hide annotations) (download)
Wed Dec 30 13:00:26 2015 UTC (8 years, 4 months ago) by niro
File size: 628 byte(s)
-release branches/alx07x-stable
1 niro 7894 # $Id$
2    
3     PNAME="atk"
4     PVER="2.18.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.46"
13     SDEPEND=">= dev-util/pkgconfig-0.25
14     >= dev-libs/glib2-dev-2.46"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.xz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20     sminclude mbuild multilib alx-split
21    
22     SRC_URI=(
23     http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER%.*}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnome ${PNAME}"
28    
29     src_compile()
30     {
31     mconfigure --disable-introspection || die
32     mmake || die
33     }