diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 13:13:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 13:13:39 +0000 |
commit | b5840cb36bade642efdb955fcc8953a125464064 (patch) | |
tree | 00d40e9ef0cef1a4815c5839a9d4657dcd891a67 /media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild | |
parent | Added KEYWORDS. (diff) | |
download | gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.tar.gz gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.tar.bz2 gentoo-2-b5840cb36bade642efdb955fcc8953a125464064.zip |
repoman'd
Diffstat (limited to 'media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild')
-rw-r--r-- | media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild index 716337dccfdf..658d90f513e8 100644 --- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild +++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild @@ -1,19 +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-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.1 2002/06/22 01:07:04 george Exp $ - -S=${WORKDIR}/cvoicecontrol-0.9alpha -A=cvoicecontrol-0.9alpha.tar.bz2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.2 2002/07/19 13:13:39 seemant Exp $ +MY_P=${P/_/} +S=${WORKDIR}/${MY_P} DESCRIPTION="Console based speech recognition system" HOMEPAGE="http://www.kiecza.de/daniel/linux/cvoicecontrol/index.html" -SRC_URI="http://www.kiecza.de/daniel/linux/${A}" +SRC_URI="http://www.kiecza.de/daniel/linux/${MY_P}.tar.bz2" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" -LICENSE="" SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { unpack ${A} |