mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 06:57:13 +08:00
ef9fb546a8
de en-gb en-us es fr hu it kk sk th tr
19 lines
552 B
Bash
19 lines
552 B
Bash
# Contributor: Peter Avramucz <muczy@freestart.hu>
|
|
pkgname=hunspell-hu-hu
|
|
pkgver=0.99.4
|
|
pkgrel=2
|
|
pkgdesc="Hungarian dictionary for hunspell."
|
|
url="http://magyarispell.sourceforge.net/"
|
|
license=('GPL' 'GPL3' 'LGPL' 'MPL')
|
|
depends=('hunspell')
|
|
source=(http://downloads.sourceforge.net/sourceforge/magyarispell/hu_HU-0.99.4.zip)
|
|
arch=('i686' 'x86_64')
|
|
md5sums=('e697bbd1025a7f11716d7988fcfba778')
|
|
|
|
build() {
|
|
cd $srcdir/
|
|
|
|
install -D -m644 hu_HU.aff $pkgdir/usr/share/myspell/hu_HU.aff
|
|
install -D -m644 hu_HU.dic $pkgdir/usr/share/myspell/hu_HU.dic
|
|
}
|