Magellan Linux

Contents of /branches/R11-stable/core/glu/glu-9.0.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14765 - (show annotations) (download)
Wed Jan 2 09:23:11 2013 UTC (11 years, 4 months ago) by niro
File size: 632 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="glu"
4 PVER="9.0.0"
5 PBUILD="r4"
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"
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 }