diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 11:51:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 11:51:24 +0000 |
commit | 036683903779a7475802f94d96f0807c2dec5aff (patch) | |
tree | 9da6314f5675b61435fab87da754449cd0e639a6 /media-libs/sgi-oss-glu | |
parent | typo (diff) | |
download | historical-036683903779a7475802f94d96f0807c2dec5aff.tar.gz historical-036683903779a7475802f94d96f0807c2dec5aff.tar.bz2 historical-036683903779a7475802f94d96f0807c2dec5aff.zip |
cleanup
Diffstat (limited to 'media-libs/sgi-oss-glu')
-rw-r--r-- | media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild b/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild index 981f9b41588f..9203c783e0c6 100644 --- a/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild +++ b/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild,v 1.1 2001/08/16 23:19:35 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/oss-opengl-glu-1.3.ebuild,v 1.2 2002/04/27 11:44:02 seemant Exp $ -A=oss-opengl-glu-20000925-1.i386.rpm -P=oss-opengl-glu-20000925-1.i386.rpm +MY_P=oss-opengl-glu-20000925-1 S=${WORKDIR}/usr DESCRIPTION="SGI'd GLU" -SRC_URI="ftp://mesa3d.sourceforge.net/pub/mesa3d/SI-GLU/${A}" +SRC_URI="ftp://mesa3d.sourceforge.net/pub/mesa3d/SI-GLU/${MY_P}.i386.rpm" HOMEPAGE="http://www.mesa3d.org/downloads/sgi.html" DEPEND=">=app-arch/rpm-3.0.6" @@ -15,13 +14,13 @@ DEPEND=">=app-arch/rpm-3.0.6" src_unpack() { - rpm2cpio ${DISTDIR}/${P} |cpio -i --make-directories + rpm2cpio ${DISTDIR}/${P} |cpio -i --make-directories } src_compile() { - einfo "Only binary package, nothing to compile" + einfo "Only binary package, nothing to compile" } @@ -34,4 +33,3 @@ src_install () { } - |