Magellan Linux

Contents of /trunk/extras/gtkglarea/gtkglarea-2.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2835 - (show annotations) (download)
Sat Jul 11 12:15:04 2009 UTC (14 years, 10 months ago) by niro
File size: 638 byte(s)
auto added: ver bump to 2.0.0-r1
1 # $Id$
2
3 PNAME="gtkglarea"
4 PVER="2.0.0"
5 PBUILD="r1"
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.6
14 >= virtual/opengl"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23"
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 }

Properties

Name Value
svn:keywords Id