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 | e213430d5dbb35a9228739755fe208078ea4c541 (patch) | |
tree | fe84b4dff2de8971e73003aadafb1bfa717f0436 /media-video/came | |
parent | make cvs_src_unpack implement base_src_unpack-style autopatching. this way pa... (diff) | |
download | historical-e213430d5dbb35a9228739755fe208078ea4c541.tar.gz historical-e213430d5dbb35a9228739755fe208078ea4c541.tar.bz2 historical-e213430d5dbb35a9228739755fe208078ea4c541.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 |