Magellan Linux

Contents of /smage/trunk/core/libglvnd/libglvnd-1.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14165 - (show annotations) (download)
Sun Jul 5 13:34:12 2020 UTC (3 years, 9 months ago) by niro
File size: 878 byte(s)
auto added: ver bump to 1.3.2-r1
1 # $Id$
2
3 PNAME="libglvnd"
4 PVER="1.3.2"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="GL Vendor-Neutral Dispatch library."
10 HOMEPAGE="https://github.com/NVIDIA/libglvnd/"
11
12 DEPEND=">= x11-libs/libX11-1.6
13 >= x11-libs/libXext-1.3"
14
15 SDEPEND=">= virtual/glproto
16 >= dev-lang/python3-3.7
17 >= sys-dev/automake-4
18 >= sys-dev/autoconf-5
19 >= dev-util/pkgconfig-0.25"
20
21 PROVIDE="virtual/libgl
22 virtual/libegl
23 virtual/libgles"
24
25 SRCFILE="v${PVER}.tar.gz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 EMUL_LINUX_32=true
29 sminclude multilib mbuild
30 msetfeature "!check"
31
32 SRC_URI=(
33 https://github.com/NVIDIA/libglvnd/archive/${SRCFILE}
34 mirror://${PNAME}/${SRCFILE}
35 )
36
37 UP2SEPERATOR="v"
38 UP2DATE="updatecmd https://github.com/NVIDIA/libglvnd/releases | highesttarball gz"
39
40 src_prepare()
41 {
42 munpack ${SRCFILE} || die
43 mautoreconf || die
44 }
45
46 src_compile()
47 {
48 mconfigure --disable-headers || die
49 mmake || die
50 }