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

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
}