aspell: update to 0.60.5

This commit is contained in:
Juergen Daubert 2006-12-23 10:55:18 +01:00
parent 419e2408f2
commit c53124ebf3
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
4f1737e726d66476b9c7388831305510 aspell-0.60.4.tar.gz
17fd8acac6293336bcef44391b71e337 aspell-0.60.5.tar.gz

View File

@ -4,14 +4,14 @@
# Depends on: ncurses
name=aspell
version=0.60.4
version=0.60.5
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -R $PKG/usr/{info,share}
rm -R $PKG/usr/share
}