diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 10:47:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 10:47:49 +0000 |
commit | ec1d3257a93806fda07f329e484928981cfe2132 (patch) | |
tree | 50d5f4ba97fbdd6d9025e3aa3f963118e4a1f357 /media-video/came | |
parent | make cvs_src_unpack implement base_src_unpack-style autopatching. this way pa... (diff) | |
download | gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.tar.gz gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.tar.bz2 gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.zip |
repoman'd
Diffstat (limited to 'media-video/came')
-rw-r--r-- | media-video/came/came-1.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/came/came-1.2.ebuild b/media-video/came/came-1.2.ebuild index ae5b3ee0745a..a1ca1143ab85 100644 --- a/media-video/came/came-1.2.ebuild +++ b/media-video/came/came-1.2.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.2.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.2.ebuild,v 1.3 2002/07/19 10:47:49 seemant Exp $ S=${WORKDIR}/camE-${PV} DESCRIPTION="camE is a rewrite of the xawtv webcam app, which adds imlib2 support and a lot of new features" SRC_URI="http://linuxbrit.co.uk/downloads/camE-${PV}.tar.gz" - HOMEPAGE="http://linuxbrit.co.uk/camE/" DEPEND=">=net-ftp/curl-7.9.1 >=media-libs/giblib-1.2.1" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { mv Makefile Makefile_old sed -e "s:/usr/local:/usr:" Makefile_old > Makefile |