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 | 5cfdf716e74764b4c553bdd829227b9ff0297a04 (patch) | |
tree | aad729cc231795b47bb54893547d4973ed1831e8 /media-sound/cvoicecontrol | |
parent | Added KEYWORDS. (diff) | |
download | historical-5cfdf716e74764b4c553bdd829227b9ff0297a04.tar.gz historical-5cfdf716e74764b4c553bdd829227b9ff0297a04.tar.bz2 historical-5cfdf716e74764b4c553bdd829227b9ff0297a04.zip |
repoman'd
Diffstat (limited to 'media-sound/cvoicecontrol')
-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} |