# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An OpenGL presentation tool" HOMEPAGE="http://www.cse.unsw.edu.au/~cgray/glpresent/" SRC_URI="http://www.cse.unsw.edu.au/~cgray/glpresent/${P}.tar.gz" LICENSE="Goatware" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}/${PN}" DEPEND="virtual/opengl media-libs/libpng" src_install() { dobin "${WORKDIR}/${PN}"/glpresent dodoc "${WORKDIR}/${PN}"/README }