# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.27 2006/04/13 13:33:16 flameeyes Exp $
inherit libtool eutils
inherit autotools eutils
MESA_VER="5.0"
DESCRIPTION="The OpenGL Utility Toolkit (GLUT)"
src_unpack() {
unpack ${A}
cd "${S}"
elibtoolize
epatch "${FILESDIR}/${P}-fix-GLU-linking.patch"
eautoreconf
}
src_compile() {