# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A wxWidgets webcam application for linux." HOMEPAGE="http://wxcam.sourceforge.net/" SRC_URI="http://ufpr.dl.sourceforge.net/sourceforge/wxcam/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="nls" RDEPEND=">=x11-libs/wxGTK-2.8.7.1-r1 >=media-libs/xvid-1.1.3 >=media-video/mjpegtools-1.8.0-r1 >=media-libs/CImg-1.2.9 >=media-libs/revel-1.1.0" DEPEND="${RDEPEND}" src_compile() { econf --with-posix-regex || die "econf failed" emake || die "emake failed" } src_install( ) { emake DESTDIR="${D}" install || die dodoc README Changelog NEWS AUTHORS }