From b470bc5abe3361ac8cb1281b76289515d01fbeb2 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 1 Dec 2009 21:43:08 +0000 Subject: [PATCH] Initial .bep and .OPD files for aspell. Note that it fails to build due to issues with langinfo.h missing at the moment in Haiku. --- app-text/aspell/aspell-0.60.6.bep | 21 +++++++++++++++++++ .../aspell/aspell.OptionalPackageDescription | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 app-text/aspell/aspell-0.60.6.bep create mode 100644 app-text/aspell/aspell.OptionalPackageDescription diff --git a/app-text/aspell/aspell-0.60.6.bep b/app-text/aspell/aspell-0.60.6.bep new file mode 100644 index 000000000..985ba4b20 --- /dev/null +++ b/app-text/aspell/aspell-0.60.6.bep @@ -0,0 +1,21 @@ +DESCRIPTION="aspell - a free and open source spell checker" +HOMEPAGE="http://aspell.net" +SRC_URI="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +CHECKSUM_MD5="bc80f0198773d5c05086522be67334eb" +BUILD { + cd aspell-0.60.6 + libtoolize --force --copy --install + aclocal -I m4 + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd aspell-0.60.6 + make install +} diff --git a/app-text/aspell/aspell.OptionalPackageDescription b/app-text/aspell/aspell.OptionalPackageDescription new file mode 100644 index 000000000..587b9bae8 --- /dev/null +++ b/app-text/aspell/aspell.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: aspell +Version: 0.60.6 +Copyright: 2000-2008 +License: GNU GPL +URL: http://aspell.net