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 | 0baf2cfea10924be729558e3db40c88260dc3f6f (patch) | |
tree | 572c853acb01d9ccb5538325f93aebd09f278665 /app-dicts/ispell-it | |
parent | Bugfix for 24984 (diff) | |
download | historical-0baf2cfea10924be729558e3db40c88260dc3f6f.tar.gz historical-0baf2cfea10924be729558e3db40c88260dc3f6f.tar.bz2 historical-0baf2cfea10924be729558e3db40c88260dc3f6f.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 } |