Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/glu/glu-9.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4972 - (show annotations) (download)
Wed Jun 5 16:16:50 2013 UTC (10 years, 10 months ago) by niro
File size: 506 byte(s)
-alxify
1 # $Id$
2
3 PNAME="glu"
4 PVER="9.0.0"
5 PBUILD="r1"
6
7 PCATEGORIE="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.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so.*"
18 sminclude multilib alx-split
19
20 SRC_URI=(
21 ftp://ftp.freedesktop.org/pub/mesa/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/${PNAME} | lasttarball"