summaryrefslogtreecommitdiffstats
path: root/extra/aspell/Pkgfile
blob: 6b41be223d72a4356befacc165a7eed00824eaf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: contient un programme interactif de controle syntaxique et la librairie Aspell
# URL: http://aspell.net
# Maintainer: NuTyX core team 
# Packager: thierryn1 at hispeed dot ch
# Depends on: libesmtp
# Run on: libesmtp

name=aspell
version=0.60.6
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)


build() {
cd $name-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
install -v -m 755 scripts/ispell $PKG/usr/bin/
install -v -m 755 scripts/spell $PKG/usr/bin/
rm $PKG/usr/share/info/dir
}