diff options
author | 2004-08-09 18:01:52 +0000 | |
---|---|---|
committer | 2004-08-09 18:01:52 +0000 | |
commit | 73974c8b0dda068cafc34af61d51605707edcdcc (patch) | |
tree | 5b82015301c3363c7327afdd355644f82adf0785 /media-plugins/coriander/coriander-1.0.0_pre3.ebuild | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-73974c8b0dda068cafc34af61d51605707edcdcc.tar.gz gentoo-2-73974c8b0dda068cafc34af61d51605707edcdcc.tar.bz2 gentoo-2-73974c8b0dda068cafc34af61d51605707edcdcc.zip |
Isight support
Diffstat (limited to 'media-plugins/coriander/coriander-1.0.0_pre3.ebuild')
-rw-r--r-- | media-plugins/coriander/coriander-1.0.0_pre3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-plugins/coriander/coriander-1.0.0_pre3.ebuild b/media-plugins/coriander/coriander-1.0.0_pre3.ebuild new file mode 100644 index 000000000000..24474ac9ffaf --- /dev/null +++ b/media-plugins/coriander/coriander-1.0.0_pre3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation and Pieter Van den Abeele +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/coriander/coriander-1.0.0_pre3.ebuild,v 1.1 2004/08/09 18:01:52 pvdabeel Exp $ + +DESCRIPTION="coriander makes the apple isight video4linux compatible" +HOMEPAGE="http://sourceforge.net/projects/coriander/" + +SRC_URI="mirror://sourceforge/${PN}/coriander-1.0.0-pre3.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="ppc" +IUSE="" + +S=${WORKDIR}/coriander-1.0.0-pre3/ + +DEPEND="media-plugins/libdc1394 + gnome-base/gnome-libs + sys-devel/libtool" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc NEWS README AUTHORS +} |