Magellan Linux

Annotation of /branches/magellan-0_10_0/extras/gtkglarea/gtkglarea-2.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (hide annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 8 months ago) by niro
File size: 638 byte(s)
created branch 'magellan-0_10_0'
1 niro 2835 # $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