Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2831 - (hide annotations) (download)
Sat Jul 11 12:09:03 2009 UTC (14 years, 10 months ago) by niro
Original Path: trunk/extras/gtkglarea/gtkglarea-1.99.0-r4.smage2
File size: 702 byte(s)
-moved to 'extras'
1 niro 2 # $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