# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Library to use SDL's mechanism for enabling OpenGL's extensions." HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/sage" SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~x86" IUSE="" SLOT="0" DEPEND=">=media-libs/libsdl-1.2.2" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README TODO }