# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P/webcamserver/webcam_server}" DESCRIPTION="webcam_server is a program that allows others to view your webcam from a web browser" HOMEPAGE="http://webcamserver.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/jpeg-6b" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README }