blob: ca9a6411561f37319eaed49367d9c2490460eb6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation and Pieter Van den Abeele
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/coriander-1.0.0.ebuild,v 1.3 2005/08/26 17:56:18 swegener Exp $
DESCRIPTION="A GUI for firewire cameras"
HOMEPAGE="http://sourceforge.net/projects/coriander/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ppc64 ~x86"
IUSE=""
DEPEND="media-libs/libdc1394
gnome-base/gnome-libs
sys-devel/libtool"
src_install() {
make install DESTDIR="${D}" || die
dodoc NEWS README AUTHORS
}
|