Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/glu/glu-9.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14770 - (hide annotations) (download)
Tue Aug 4 11:58:56 2020 UTC (3 years, 9 months ago) by niro
File size: 634 byte(s)
-release branches/alx07x-unstable
1 niro 14193 # $Id$
2    
3     PNAME="glu"
4     PVER="9.0.1"
5     PBUILD="r2"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Mesa OpenGL Utility library."
10     HOMEPAGE="http://mesa3d.sourceforge.net/"
11    
12     DEPEND=">= media-libs/mesa-20.1
13     >= sys-libs/libstdc++-8.3"
14     SDEPEND=">= media-libs/mesa-dev-20.1
15     >= sys-libs/libstdc++-dev-8.3"
16    
17     PROVIDE="virtual/glu"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.xz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
23     sminclude multilib mbuild alx-split
24    
25     SRC_URI=(
26     ftp://ftp.freedesktop.org/pub/mesa/${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/${PNAME} | highesttarball xz"