opt/aspell/Pkgfile

20 lines
506 B
Plaintext

# Description: GNU aspell is a spell checker designed to replace ispell
# URL: http://aspell.net
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses
name=aspell
version=0.60.6
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-curses=ncursesw
make
make DESTDIR=$PKG install
rm -R $PKG/usr/share
}