mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
489 B
Plaintext
24 lines
489 B
Plaintext
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="stable"
|
|
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
|
|
}
|
|
LICENSE="GNU LGPL v2"
|
|
COPYRIGHT="2000-2006 Kevin Atkinson"
|