# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.1 2003/11/24 06:45:09 phosphan Exp $ inherit kde-functions DESCRIPTION="Collection of tools for webcams and other video devices" HOMEPAGE="http://www.smcc.demon.nl/camstream/" SRC_URI="http://www.smcc.demon.nl/camstream/download/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" SLOT="0" IUSE="doc" need-qt 3 # camstream configure script gets it wrong, sometimes DEPEND="virtual/x11" src_install () { dobin camstream/camstream camstream/caminfo camstream/ftpput dodir /usr/share/${PN}/icons insinto /usr/share/${PN}/icons doins camstream/icons/*.png use doc && dohtml -r docs/* }