# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils DESCRIPTION="Helper library for showing FPS" HOMEPAGE="http://linux.freecode.com/projects/libglfps" SRC_URI="http://code.fluffytapeworm.com/projects/libglfps/libglfps-0.1.tar.gz?attredirects=0 -> libglfps-0.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="media-libs/mesa" DEPEND="${RDEPEND}"