diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-09 19:30:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-09 19:30:04 +0000 |
commit | 213bda92ad4c4ee91a99a43e32c9cdbf0ea2465e (patch) | |
tree | a7ccf7918888f5ab03de5c4757a89105a30eca83 /media-video/frameworks/frameworks-0.3.6.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-213bda92ad4c4ee91a99a43e32c9cdbf0ea2465e.tar.gz gentoo-2-213bda92ad4c4ee91a99a43e32c9cdbf0ea2465e.tar.bz2 gentoo-2-213bda92ad4c4ee91a99a43e32c9cdbf0ea2465e.zip |
Added ~amd64, version bump wrt bug #102154
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'media-video/frameworks/frameworks-0.3.6.ebuild')
-rw-r--r-- | media-video/frameworks/frameworks-0.3.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-video/frameworks/frameworks-0.3.6.ebuild b/media-video/frameworks/frameworks-0.3.6.ebuild new file mode 100644 index 000000000000..f1b981f4bee2 --- /dev/null +++ b/media-video/frameworks/frameworks-0.3.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/frameworks-0.3.6.ebuild,v 1.1 2006/11/09 19:30:04 aballier Exp $ + +DESCRIPTION="A small v4l frame capture utility especially suited for stop motion animation." +SRC_URI="http://frameworks.polycrystal.org/release/${P}.tar.gz" +HOMEPAGE="http://frameworks.polycrystal.org" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ppc ~x86 ~amd64" + +IUSE="" +DEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2" + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |