f113df43d9
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-pl 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
13 lines
469 B
Bash
Executable file
13 lines
469 B
Bash
Executable file
# Template file for 'aspell-pl'
|
|
pkgname=aspell-pl
|
|
version=20061121
|
|
revision=2
|
|
wrksrc="aspell6-pl-6.0_${version}-0"
|
|
build_style=configure
|
|
hostmakedepends="aspell-devel which"
|
|
short_desc="Polish dictionary for aspell"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://aspell.net/"
|
|
distfiles="${GNU_SITE}/aspell/dict/pl/aspell6-pl-6.0_${version}-0.tar.bz2"
|
|
checksum=017741fcb70a885d718c534160c9de06b03cc72f352879bd106be165e024574d
|