# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="WebCam Go image grabber" HOMEPAGE="http://www.unix-ag.uni-kl.de/~auerswal/wcggrabber/" SRC_URI="http://www.unix-ag.uni-kl.de/~auerswal/wcggrabber/${P}.tar.bz2" LICENSE="GPL2" SLOT="0" KEYWORDS="x86 amd64 ~arm" RESTRICT="nomirror" src_install() { emake PREFIX=${D}/usr MANDIR=${D}/usr/man install || die "make install failed" }