DESCRIPTION="Captures the contents of the framebuffer device and writes it to the standard output as a PPM file" HOMEPAGE="http://www.rcdrummond.net/fbdump/" SRC_URI="http://www.rcdrummond.net/fbdump/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog README }