Magellan Linux

Annotation of /branches/R11-stable/extras/libepoxy/libepoxy-1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24309 - (hide annotations) (download)
Fri Feb 20 10:05:52 2015 UTC (9 years, 2 months ago) by niro
File size: 585 byte(s)
-release branches/R11-stable
1 niro 23049 # $Id$
2    
3     PNAME="libepoxy"
4     PVER="1.2"
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     }