summaryrefslogtreecommitdiffstats
path: root/extra/aspell-fr/Pkgfile
blob: 8a156fc41aed324821d6db7a2703dea369364de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Dictionnaire francais pour Aspell
# URL: http://aspell.net
# Maintainer: NuTyX core team 
# Packager: lesibel at free dot fr
# Depends on: aspell

name=aspell-fr
version=0.50.3
_version=0.50-3
release=1
source=( ftp://ftp.gnu.org/gnu/aspell/dict/fr/$name-$_version.tar.bz2)

build() {
	cd $name-$_version
	./configure
	make
	make DESTDIR=$PKG install
}