summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/zpspell/zpspell-0.4.3-r1.ebuild')
-rw-r--r--app-text/zpspell/zpspell-0.4.3-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/zpspell/zpspell-0.4.3-r1.ebuild b/app-text/zpspell/zpspell-0.4.3-r1.ebuild
new file mode 100644
index 000000000000..1471b0eee931
--- /dev/null
+++ b/app-text/zpspell/zpspell-0.4.3-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit cmake-utils
+
+DESCRIPTION="Zemberek-Pardus spell checker interface"
+HOMEPAGE="http://www.pardus.org.tr/projeler/masaustu/zemberek-pardus"
+SRC_URI="http://cekirdek.uludag.org.tr/~baris/zpspell/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+DEPEND="dev-libs/dbus-glib"
+RDEPEND="${DEPEND}
+ app-text/zemberek-server"
+
+PATCHES=( "${FILESDIR}/add-gobject-linkage-11566.diff" )
+DOCS=( AUTHORS README )
+
+pkg_postinst() {
+ elog "Please visit ${HOMEPAGE} for"
+ elog "documentation on how to configure and run Zemberek spellchecker for KDE."
+}