mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
21
app-text/aspell/aspell-0.60.6.bep
Normal file
21
app-text/aspell/aspell-0.60.6.bep
Normal 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
|
||||
}
|
||||
5
app-text/aspell/aspell.OptionalPackageDescription
Normal file
5
app-text/aspell/aspell.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: aspell
|
||||
Version: 0.60.6
|
||||
Copyright: 2000-2008
|
||||
License: GNU GPL
|
||||
URL: http://aspell.net
|
||||
Reference in New Issue
Block a user