summaryrefslogtreecommitdiffstats
path: root/aspell/Pkgfile
blob: 6233b7d5147f532010371b6696cb644c00d58c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

name=aspell
version=0.60.6.1
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
}