diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
commit | 53cd1e467c9f85c98215c7721403e7ef9e2c5624 (patch) | |
tree | 9da2a555a640aa8e26ff2726fe323a3cef6117c4 /app-dicts/ispell-it | |
parent | Bugfix for 24984 (diff) | |
download | gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.gz gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.bz2 gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.zip |
cleanup
Diffstat (limited to 'app-dicts/ispell-it')
-rw-r--r-- | app-dicts/ispell-it/ispell-it-2001.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-dicts/ispell-it/ispell-it-2001.ebuild b/app-dicts/ispell-it/ispell-it-2001.ebuild index 99f31f4bc7e9..8311eabd5e36 100644 --- a/app-dicts/ispell-it/ispell-it-2001.ebuild +++ b/app-dicts/ispell-it/ispell-it-2001.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-it/ispell-it-2001.ebuild,v 1.4 2003/03/08 01:07:44 vladimir Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-it/ispell-it-2001.ebuild,v 1.5 2003/08/06 06:47:32 vapier Exp $ -S=${WORKDIR}/${PN} -DESCRIPTION="Loris Palmerini - Italian dictionary for ispell." +DESCRIPTION="Loris Palmerini - Italian dictionary for ispell" HOMEPAGE="http://members.xoom.virgilio.it/trasforma/ispell/" SRC_URI="http://members.xoom.virgilio.it/trasforma/ispell/${PN}${PV}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="ppc x86 sparc alpha mips hppa arm" DEPEND="app-text/ispell" +S=${WORKDIR}/${PN} + src_compile() { make || die } |