summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 14:37:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 14:37:06 +0000
commit2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch)
tree581474cf26a837595c43021bc503fc295434e865 /media-libs/gle
parentadded 3dfx's GPL (diff)
downloadgentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz
gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2
gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip
repoman'd
Diffstat (limited to 'media-libs/gle')
-rw-r--r--media-libs/gle/gle-3.0.1-r2.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/media-libs/gle/gle-3.0.1-r2.ebuild b/media-libs/gle/gle-3.0.1-r2.ebuild
index 1c616f9b01a8..f6d68e181460 100644
--- a/media-libs/gle/gle-3.0.1-r2.ebuild
+++ b/media-libs/gle/gle-3.0.1-r2.ebuild
@@ -1,28 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.5 2002/07/16 11:36:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.6 2002/07/22 14:37:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GL extrusion library"
SRC_URI="http://www.linas.org/gle/gle-3.0.1.tar.gz"
HOMEPAGE="http://www.linas.org/gle"
-DEPEND="virtual/glibc
- virtual/opengl
+DEPEND="virtual/opengl
virtual/glu
- virtual/glut
- virtual/x11"
+ virtual/glut"
SLOT="0"
-LICENSE="GPL"
+LICENSE="Artistic GPL-2"
KEYWORDS="x86 ppc"
src_compile() {
- ./configure --with-x \
- --prefix=/usr \
- --mandir=/usr/share/man || die
-
+ econf --with-x || die
make || die
}