Magellan Linux

Contents of /branches/magellan-0_10_0/extras/gtkglarea/gtkglarea-1.99.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 702 byte(s)
created branch 'magellan-0_10_0'
1 # $Header: /magellan-cvs/smage/gtkglarea/gtkglarea-1.99.0-r4.smage2,v 1.1 2008/03/20 14:01:18 niro Exp $
2
3 PNAME="gtkglarea"
4 PVER="1.99.0"
5 PBUILD="r4"
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.5
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:0:4}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # run libtoolize to search /lib64 dirs to fix 64bit builds
34 mlibtoolize || die
35 autoreconf --install --force || die
36 }

Properties

Name Value
svn:keywords Id