opt/aspell/Pkgfile

20 lines
488 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
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=aspell
2011-07-06 17:43:24 +02:00
version=0.60.6.1
release=1
2006-12-23 11:16:51 +01:00
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2010-10-01 20:28:37 +02:00
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-curses=ncursesw
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
}