diff options
author | 2004-03-06 12:21:00 +0000 | |
---|---|---|
committer | 2004-03-06 12:21:00 +0000 | |
commit | cb6edc6c9b7a29d3341e9533e6780429e2edef55 (patch) | |
tree | e442decb4858ef7e2a5153be58f06479ff41b875 /app-dicts/ispell-pl/ispell-pl-20021127.ebuild | |
parent | Removed an old ebuild (diff) | |
download | historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.tar.gz historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.tar.bz2 historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.zip |
initial ebuild contributed by Piotr Bolek <pb@7bulls.com> (#40818)
Diffstat (limited to 'app-dicts/ispell-pl/ispell-pl-20021127.ebuild')
-rw-r--r-- | app-dicts/ispell-pl/ispell-pl-20021127.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild new file mode 100644 index 000000000000..881775334c06 --- /dev/null +++ b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Piotr Bolek <pb@7bulls.com> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ispell-pl-20021127.ebuild,v 1.1 2004/03/06 12:21:00 liquidx Exp $ + +# This ebuild was generated by Ebuilder v0.4. + +S="${WORKDIR}/${P}" + +DESCRIPTION="Polish dictionary for ispell" +SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz" +HOMEPAGE="http://ispell-pl.sourceforge.net/" + +IUSE="" +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="app-text/ispell" + +src_compile() { + ./zbuduj.slownik.sh +} + +src_install () { + insinto /usr/lib/ispell + doins polish.aff polish.hash + dodoc Changelog CZYTAJ.TO +} |