1b27c2a9f0
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-el 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
523 B
Bash
15 lines
523 B
Bash
# Template file for 'aspell-el'
|
|
pkgname=aspell-el
|
|
version=0.08.0
|
|
revision=2
|
|
_distver="${version%.*}-${version##*.}"
|
|
wrksrc="aspell6-el-${_distver}"
|
|
build_style=configure
|
|
hostmakedepends="aspell-devel which"
|
|
depends="aspell"
|
|
short_desc="Greek dictionary for aspell"
|
|
maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.elspell.gr/"
|
|
distfiles="${GNU_SITE}/aspell/dict/el/aspell6-el-${_distver}.tar.bz2"
|
|
checksum=4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2
|