From d9ec8413744faaba3543bff9773bdad9786260ab Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 16 Apr 2008 18:25:51 +0200 Subject: Added stuff from laptop --- media-video/fswebcam/fswebcam-20070108.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 media-video/fswebcam/fswebcam-20070108.ebuild (limited to 'media-video/fswebcam/fswebcam-20070108.ebuild') diff --git a/media-video/fswebcam/fswebcam-20070108.ebuild b/media-video/fswebcam/fswebcam-20070108.ebuild new file mode 100644 index 0000000..0b51f29 --- /dev/null +++ b/media-video/fswebcam/fswebcam-20070108.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +DESCRIPTION="Tiny and flexible webcam app" +HOMEPAGE="http://www.firestorm.cx/fswebcam/" +SRC_URI="http://www.firestorm.cx/fswebcam/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 arm ~ppc" +IUSE="jpeg png truetype v4l mmap" + +DEPEND=">=media-libs/gd-2" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + dobin fswebcam || die + dodoc README CHANGELOG LICENSE example.conf + doman fswebcam.1.gz +} -- cgit v1.2.3-70-g09d2