Magellan Linux

Contents of /branches/R11-stable/extras/glu/glu-9.0.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20158 - (show annotations) (download)
Tue Nov 26 11:35:11 2013 UTC (10 years, 6 months ago) by niro
File size: 634 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="glu"
4 PVER="9.0.0"
5 PBUILD="r5"
6
7 PCAT="media-libs"
8
9 Description="Mesa OpenGL Utility library."
10 HOMEPAGE="http://mesa3d.sourceforge.net/"
11
12 DEPEND=">= media-libs/mesa-9.2"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18
19 SRC_URI=(
20 ftp://ftp.freedesktop.org/pub/mesa/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/${PNAME} | lasttarball"
25
26 src_install()
27 {
28 multilib_src_install || die
29 # fix missing symlink
30 all-abis 'mlink $(basename $(ls ${BINDIR}/usr/$(mlibdir)/libGLU.so.*.*)) /usr/$(mlibdir)/libGLU.so' || die
31 }