blob: c4cc02580835861793f02b257cf3a33f761bf485 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Dictionnaire francais pour Aspell
# URL: http://aspell.net
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: aspell
name=aspell
version=0.50.3
release=1
source=( tp://ftp.gnu.org/gnu/aspell/dict/fr/$name-0.50-3.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
make
make DESTDIR=$PKG install
}
|