opt/aspell/Pkgfile

18 lines
440 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU aspell is a spell checker designed to replace ispell
# URL: http://aspell.net
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses
name=aspell
version=0.60.4
release=1
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -R $PKG/usr/{info,share}
}