summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
commitb8bbc308b4983c55cc1f477449754e78672bbe8c (patch)
tree25c74cc384e98e46c419bbe9d3d78c6b2eeb02db /media-video/w3cam
parentfix license/repoman (diff)
downloadhistorical-b8bbc308b4983c55cc1f477449754e78672bbe8c.tar.gz
historical-b8bbc308b4983c55cc1f477449754e78672bbe8c.tar.bz2
historical-b8bbc308b4983c55cc1f477449754e78672bbe8c.zip
fix license/repoman
Diffstat (limited to 'media-video/w3cam')
-rw-r--r--media-video/w3cam/w3cam-0.7.2.ebuild23
1 files changed, 11 insertions, 12 deletions
diff --git a/media-video/w3cam/w3cam-0.7.2.ebuild b/media-video/w3cam/w3cam-0.7.2.ebuild
index 6cb541127118..87624cef9539 100644
--- a/media-video/w3cam/w3cam-0.7.2.ebuild
+++ b/media-video/w3cam/w3cam-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/w3cam/w3cam-0.7.2.ebuild,v 1.4 2003/07/12 21:12:57 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/w3cam/w3cam-0.7.2.ebuild,v 1.5 2003/08/07 04:16:04 vapier Exp $
#
# You can set the default device that vidcat and w3camd use by setting
@@ -10,19 +10,19 @@
# W3CAM_DEVICE="/dev/video0" emerge w3cam
#
-IUSE="truetype"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="w3cam - a set of small programs to grab images and videos from video4linux devices"
+DESCRIPTION="set of small programs to grab images and videos from video4linux devices"
HOMEPAGE="http://mpx.freeshell.org/"
SRC_URI="http://mpx.freeshell.org/${P}.tar.gz"
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/glibc \
- sys-libs/zlib \
- media-libs/jpeg \
- media-libs/libpng \
+IUSE="truetype"
+
+DEPEND="virtual/glibc
+ sys-libs/zlib
+ media-libs/jpeg
+ media-libs/libpng
truetype? ( media-libs/freetype )"
src_compile() {
@@ -52,4 +52,3 @@ src_install() {
docinto w3camd
dodoc w3camd/README w3camd/index.html w3camd/test.html w3camd/w3camd.fig
}
-