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 4971 - (show annotations) (download)
Wed Jun 5 16:12:49 2013 UTC (10 years, 10 months ago) by niro
File size: 458 byte(s)
-use tar.gz to fix short reads of busybox
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 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"