mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
aspell-cs: remove noarch
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-cs 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
This commit is contained in:
parent
3d8f6bbf2b
commit
c5cc336b93
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'aspell-cs'
|
# Template file for 'aspell-cs'
|
||||||
pkgname=aspell-cs
|
pkgname=aspell-cs
|
||||||
version=20040614.1
|
version=20040614.1
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="aspell6-cs-${version/./-}"
|
wrksrc="aspell6-cs-${version/./-}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="aspell-devel which"
|
hostmakedepends="aspell-devel which"
|
||||||
|
|
Loading…
Add table
Reference in a new issue