Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 182775
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +9 lines)
Line  Link Here
0
-- camsource-0.7.1.ebuild      2007-06-15 22:06:35.000000000 +0200
0
++ camsource-0.7.1-r1.ebuild   2007-06-21 15:06:01.000000000 +0200
Lines 1-8 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.1.ebuild,v 1.2 2007/06/15 20:01:10 dertobi123 Exp $
3
# $Header: $
4
inherit eutils
4
inherit eutils flag-o-matic
5
DESCRIPTION="Unofficial release of Camsource, grabs images from a v4l and v4l2 webcam devices."
5
DESCRIPTION="Unofficial release of Camsource, grabs images from a v4l and v4l2 webcam devices."
6
HOMEPAGE="http://koti.mbnet.fi/~turja/vino"
6
HOMEPAGE="http://koti.mbnet.fi/~turja/vino"
Lines 23-28 Link Here
23
       epatch "${FILESDIR}"/${P}-example.patch
23
       epatch "${FILESDIR}"/${P}-example.patch
24
}
24
}
25
src_compile() {
26
        filter-ldflags -Wl,-z,now
27
       econf || die "Configure failed!"
28
       emake || die "Make failed!"
29
}
30
25
src_install() {
31
src_install() {
26
       emake DESTDIR="${D}" install || die "emake install failed."
32
       emake DESTDIR="${D}" install || die "emake install failed."
27
       dodoc AUTHORS ChangeLog README
33
       dodoc AUTHORS ChangeLog README

Return to bug 182775