From 89c5bb266c1e1760f0d699c582cff43ed709630d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 3 Mar 2013 00:16:37 +0000 Subject: [PATCH] Initial bep for hunspell. --- app-text/hunspell/hunspell-1.3.2.bep | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app-text/hunspell/hunspell-1.3.2.bep diff --git a/app-text/hunspell/hunspell-1.3.2.bep b/app-text/hunspell/hunspell-1.3.2.bep new file mode 100644 index 000000000..39cc9e780 --- /dev/null +++ b/app-text/hunspell/hunspell-1.3.2.bep @@ -0,0 +1,33 @@ +DESCRIPTION="hunspell - spellchecker, forked from myspell" +HOMEPAGE="http://hunspell.sourceforge.net/" +SRC_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="3121aaf3e13e5d88dfff13fb4a5f1ab8" +BUILD { + cd hunspell-1.3.2 + libtoolize --force --copy --install + aclocal -I m4 + autoconf + automake + touch po/t-hu.gmo + touch po/t-it.gmo + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ + --localedir=`finddir B_COMMON_DATA_DIRECTORY`/locale + make +} + +INSTALL { + cd hunspell-1.3.2 + make install +} + +LICENSE="GNU GPL v2 + GNU LGPL v2.1 + MPL v1.1" + +COPYRIGHT="2007-2011 Hunspell developers et al. + 2002-2008 László Németh (Hunspell) + 2001-2002 Kevin Hendricks (MySpell)"