opt/aspell/Pkgfile

18 lines
444 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
2006-12-23 11:16:51 +01:00
version=0.60.5
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2006-12-23 11:16:51 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2006-12-23 11:16:51 +01:00
rm -R $PKG/usr/share
2006-02-23 16:26:10 +01:00
}