Magellan Linux

Contents of /branches/magellan-next/extras/gtkglarea/gtkglarea-2.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7295 - (show annotations) (download)
Wed Oct 13 13:12:52 2010 UTC (13 years, 7 months ago) by niro
File size: 697 byte(s)
auto added: ver bump to 2.0.1-r2
1 # $Id: gtkglarea-2.0.1-r1.smage2 3791 2009-11-04 07:49:03Z niro $
2
3 PNAME="gtkglarea"
4 PVER="2.0.1"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="GL extensions for gtk2+."
11 HOMEPAGE="http://gnome.org/"
12
13 DEPEND=">= dev-lang/python-2.7
14 >= virtual/opengl"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude gnome2
22
23 SRC_URI=(
24 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnome ${PNAME}"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # run libtoolize to search /lib64 dirs to fix 64bit builds
36 mlibtoolize || die
37 autoreconf --install --force || die
38 }