diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-13 17:55:39 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-13 17:55:39 +0000 |
commit | 0e990356befc4b22d9d840730398026e9259fffa (patch) | |
tree | 5504bb95015ba8688d91760a2d405ec6798cb81f /media-libs/glut | |
parent | New package from Hustus Pendelton (diff) | |
download | gentoo-2-0e990356befc4b22d9d840730398026e9259fffa.tar.gz gentoo-2-0e990356befc4b22d9d840730398026e9259fffa.tar.bz2 gentoo-2-0e990356befc4b22d9d840730398026e9259fffa.zip |
Removed, will be integrated in xfree
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/glut-3.7-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/glut/glut-3.7-r1.ebuild b/media-libs/glut/glut-3.7-r1.ebuild deleted file mode 100644 index 96ef63f3ec11..000000000000 --- a/media-libs/glut/glut-3.7-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r1.ebuild,v 1.6 2001/04/23 19:59:32 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GLUT API for Linux" -SRC_URI="http://reality.sgi.com/opengl/glut3/${A}" -HOMEPAGE="http://reality.sgi.com/opengl/glut3/glut3.html" - -DEPEND="virtual/glibc virtual/x11 virtual/opengl" - -src_unpack() { - unpack ${A} - cd ${S}/lib/glut - cp ${FILESDIR}/glutscript.sh . -} - -src_compile() { - cd ${S}/lib/glut - try ./glutscript.sh -} - -src_install () { - cd ${S} - insinto /usr/X11R6/include/GL - doins include/GL/*.h - into /usr/X11R6 - dolib lib/glut/libglut.so.3.7 - preplib /usr/X11R6 - cd ${D}/usr/X11R6/lib - ln -s libglut.so.3.7 libglut.so -} - |