Magellan Linux

Contents of /smage/trunk/extras/atk/atk-1.33.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3322 - (show annotations) (download)
Tue Nov 22 21:27:49 2011 UTC (12 years, 6 months ago) by niro
File size: 553 byte(s)
auto added: ver bump to 1.33.6-r2
1 # $Id$
2
3 PNAME="atk"
4 PVER="1.33.6"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="GTK Accessibility Toolkit."
10 HOMEPAGE="http://developer.gnome.org/projects/gap/"
11
12 DEPEND=">= dev-libs/glib2-2.28"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19 sminclude mbuild multilib alx-split
20
21 SRC_URI=(
22 http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER:0:4}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnome ${PNAME}"