# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Tiny tool to present a PDF using xpdf and your wiimote" HOMEPAGE="http://michael.stapelberg.de/wiipdf" SRC_URI="http://michael.stapelberg.de/wiipdf/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="app-text/xpdf app-misc/cwiid" src_compile() { emake || die "died running emake" } src_install() { make DESTDIR=${D} install || die "make install failed" }