# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0.ebuild,v 1.1 2003/05/05 15:48:16 zhen Exp $ DESCRIPTION="Camsource grabs images from a video4linux webcam device." HOMEPAGE="http://camsource.sourceforge.net/" SRC_URI="http://umn.dl.sourceforge.net/sourceforge/camsource/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libxml2-2.4.22 >=media-libs/jpeg-6b" RDEPEND="" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { einstall } pkg_postinst() { einfo "" einfo "Please edit the configuration file: " einfo "/etc/camsource.conf.example" einfo "to your liking." einfo "" }