summaryrefslogtreecommitdiff
path: root/media-video/fswebcam/fswebcam-20070108.ebuild
blob: 0b51f292165816efe11377bb0ff502b2ea6c5adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}