Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33196 - (show annotations) (download)
Sat Oct 19 10:30:03 2019 UTC (4 years, 6 months ago) by niro
File size: 620 byte(s)
-generate configure
1 # $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 SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
19
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
29 src_prepare()
30 {
31 munpack || die
32 mautoreconf || die
33 }