Magellan Linux

Contents of /branches/R11-unstable/extras/libepoxy/libepoxy-1.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32683 - (show annotations) (download)
Mon Apr 29 13:25:00 2019 UTC (4 years, 11 months ago) by niro
File size: 592 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libepoxy"
4 PVER="1.4"
5 PBUILD="r2"
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 >= dev-lang/python3-3.4"
16
17 SRCFILE="v${PVER}.tar.gz"
18
19 sminclude xorg multilib mbuild
20
21 SRC_URI=(
22 https://github.com/anholt/${PNAME}/archive/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2SEPERATOR="v"
27 UP2DATE="updatecmd https://github.com/anholt/${PNAME}/releases | highesttarball gz"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 mautoreconf || die
33 }