summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/spcaview/spcaview-20061208.ebuild')
-rw-r--r--media-video/spcaview/spcaview-20061208.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-video/spcaview/spcaview-20061208.ebuild b/media-video/spcaview/spcaview-20061208.ebuild
new file mode 100644
index 000000000000..6eb93519e77c
--- /dev/null
+++ b/media-video/spcaview/spcaview-20061208.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/spcaview-20061208.ebuild,v 1.1 2007/03/10 19:18:51 kingtaco Exp $
+
+DESCRIPTION="A webcam viewer for the spca5xx driver."
+HOMEPAGE="http://mxhaard.free.fr/sview.html"
+SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
+RESTRICT=strip
+
+src_install() {
+ dodir /usr/bin
+ make BIN=${D}/usr/bin install || die
+ dodoc README Changelog
+}