Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libepoxy/libepoxy-1.5.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15014 - (show annotations) (download)
Thu Aug 6 13:03:20 2020 UTC (3 years, 8 months ago) by niro
File size: 648 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libepoxy"
4 PVER="1.5.4"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="A library for handling OpenGL function pointer management."
10 HOMEPAGE="http://github.com/anholt/libepoxy"
11
12 DEPEND=">= virtual/glibc"
13
14 SDEPEND=">= virtual/opengl
15 >= x11-misc/util-macros-1.19
16 >= dev-util/pkgconfig-0.25
17 >= sys-dev/autoconf-4
18 >= sys-dev/automake-3
19 >= virtual/opengl-dev"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22
23 sminclude xorg multilib meson alx-split
24
25 SRC_URI=(
26 https://github.com/anholt/${PNAME}/releases/download/${PVER}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd https://github.com/anholt/${PNAME}/releases | highesttarball xz"