summaryrefslogtreecommitdiff
blob: 5a8c55f3990e9056f4afe84998127b7e663ed95d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.5.1.ebuild,v 1.4 2002/11/26 14:00:54 zhen Exp $

DESCRIPTION="Camsource grabs images from a video4linux device and makes them available
			to various plugins for processing or handling. Camsource can also be used 
			as a streaming webcam server."

HOMEPAGE="http://camsource.sourceforge.net/"
SRC_URI="ftp://ftp.sf.net/pub/sourceforge/camsource/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~sparc64 ~ppc ~alpha"
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 ""

}