Magellan Linux

Contents of /trunk/extras/libepoxy/libepoxy-1.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28795 - (show annotations) (download)
Tue May 2 13:32:00 2017 UTC (6 years, 11 months ago) by niro
File size: 585 byte(s)
auto added: ver bump to 1.4-r1
1 # $Id$
2
3 PNAME="libepoxy"
4 PVER="1.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 >= dev-lang/python3-3.4"
16
17 SRCFILE="v${PVER}.tar.gz"
18
19 sminclude xorg multilib
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 }