summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 12:21:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 12:21:00 +0000
commit19d935bbc4e7324facc5095684601573ed60c77e (patch)
tree53d510fdcfa68cda5a6442d0df3aea2e0e933f8b /app-dicts/ispell-pl/ispell-pl-20021127.ebuild
parentRemoved an old ebuild (Manifest recommit) (diff)
downloadgentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.tar.gz
gentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.tar.bz2
gentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.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.ebuild29
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
+}