aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-fr package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
15 lines
475 B
Bash
15 lines
475 B
Bash
# Template file for 'aspell-fr'
|
|
pkgname=aspell-fr
|
|
version=0.50.3
|
|
revision=3
|
|
wrksrc="aspell-fr-0.50-3"
|
|
build_style=configure
|
|
hostmakedepends="aspell-devel which"
|
|
makedepends="aspell-devel"
|
|
depends="aspell"
|
|
short_desc="French dictionary for aspell"
|
|
maintainer="7185 <7185@free.fr>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://aspell.net/"
|
|
distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2"
|
|
checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91
|