Magellan Linux

Annotation of /trunk/extras/glu/glu-9.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33197 - (hide annotations) (download)
Sat Oct 19 10:32:04 2019 UTC (4 years, 6 months ago) by niro
File size: 631 byte(s)
-fixed a typo
1 niro 33194 # $Id$
2    
3     PNAME="glu"
4     PVER="9.0.1"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     Description="Mesa OpenGL Utility library."
10     HOMEPAGE="http://mesa3d.sourceforge.net/"
11    
12     DEPEND=">= media-libs/mesa-19.2
13     >= sys-libs/libstdc++-9.2"
14    
15     PROVIDE="virtual/glu"
16    
17     SRCFILE="${PNAME}-${PNAME}-${PVER}.tar.bz2"
18 niro 33195 SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
19 niro 33194
20     sminclude multilib mbuild
21    
22     SRC_URI=(
23     https://gitlab.freedesktop.org/mesa/${PNAME}/-/archive/${PNAME}-${PVER}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd https://gitlab.freedesktop.org/mesa/glu/-/tags | highesttarball"
28 niro 33196
29     src_prepare()
30     {
31 niro 33197 munpack ${SRCFILE} || die
32 niro 33196 mautoreconf || die
33     }