# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 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/${PN}-${PV}.tar.gz" LICENSE="GPL2" KEYWORDS="~x86" SLOT="0" IUSE="doc" DEPEND="virtual/x11 virtual/glibc >=x11-libs/qt-2.2.2* " 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/* }