diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
commit | eaebb841ce20d8fbc0057719572c414205594385 (patch) | |
tree | 4736920d3b43fefc0a99055c110339e93964385d /app-dicts/ispell-hu/ispell-hu-0.93.ebuild | |
parent | Readded ~mips using -generic by default. (Manifest recommit) (diff) | |
download | gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.gz gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.bz2 gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-dicts/ispell-hu/ispell-hu-0.93.ebuild')
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.93.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild index dab0bef2763c..70f3ea456995 100644 --- a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild @@ -1,25 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.1 2004/04/04 17:49:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.2 2004/05/31 18:17:13 vapier Exp $ -S="${WORKDIR}/magyarispell-${PV}" DESCRIPTION="Hungarian dictionary for Ispell" -SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" HOMEPAGE="http://www.szofi.hu/gnu/magyarispell" +SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" -DEPEND="app-text/ispell" +SLOT="0" KEYWORDS="~x86" +IUSE="" + +DEPEND="app-text/ispell" + +S="${WORKDIR}/magyarispell-${PV}" src_compile() { emake all || die } -src_install () { +src_install() { dodir /usr/lib/ispell dodir /usr/bin make DESTDIR=${D} install || die - dodoc ChangeLog COPYING README GYIK + dodoc ChangeLog README GYIK } |