# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/setpwc/setpwc-0.9.ebuild,v 1.3 2005/07/28 11:09:45 dholm Exp $ DESCRIPTION="A GUI for media-video/setpwc to control Philips (and compatible) webcams" HOMEPAGE="http://gtksetpwc.spider-serv.net/" SRC_URI="http://gtksetpwc.spider-serv.net/files/gtksetpwc-0.2.tar.bz2" LICENSE="CeCILL" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/libc media-video/setpwc" DEPEND="${RDEPEND} dev-perl/gtk2-perl" src_install() { cd ${WORKDIR}/${PN} exeinto /usr/bin doexe gtksetpwc.pl || die "install failed" dodoc INSTALL README }