mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
aspell-de: 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-de 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
c5cc336b93
commit
df3981aca2
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'aspell-de'
|
# Template file for 'aspell-de'
|
||||||
pkgname=aspell-de
|
pkgname=aspell-de
|
||||||
version=20161207.7.0
|
version=20161207.7.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="aspell6-de-${version//./-}"
|
wrksrc="aspell6-de-${version//./-}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="aspell-devel which"
|
hostmakedepends="aspell-devel which"
|
||||||
|
@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571
|
||||||
|
|
||||||
words-de_package() {
|
words-de_package() {
|
||||||
short_desc="German dictionary word list"
|
short_desc="German dictionary word list"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/share/dict
|
vmkdir usr/share/dict
|
||||||
precat *.cwl |
|
precat *.cwl |
|
||||||
|
|
Loading…
Add table
Reference in a new issue