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.

This commit is contained in:
Scott McCreary
2009-12-01 21:43:08 +00:00
parent 2edd04b952
commit b470bc5abe
2 changed files with 26 additions and 0 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,5 @@
Package: aspell
Version: 0.60.6
Copyright: 2000-2008
License: GNU GPL
URL: http://aspell.net