parent
0d45378bc5
commit
396d1bc416
2 changed files with 27 additions and 0 deletions
26
srcpkgs/aspell-ru/template
Normal file
26
srcpkgs/aspell-ru/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'aspell-ru'
|
||||||
|
pkgname=aspell-ru
|
||||||
|
version=0.99f7
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="aspell6-ru-${version}-1"
|
||||||
|
build_style=configure
|
||||||
|
hostmakedepends="aspell-devel"
|
||||||
|
short_desc="Russian dictionary for aspell"
|
||||||
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://aspell.net/"
|
||||||
|
distfiles="${GNU_SITE}/aspell/dict/ru/aspell6-ru-${version}-1.tar.bz2"
|
||||||
|
checksum=5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646
|
||||||
|
|
||||||
|
words-ru_package() {
|
||||||
|
short_desc="Russian dictionary word list"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmkdir usr/share/dict
|
||||||
|
precat *.cwl |
|
||||||
|
iconv -f KOI8-R -t UTF-8 |
|
||||||
|
cut -d/ -f1 |
|
||||||
|
sort -u >${PKGDESTDIR}/usr/share/dict/russian
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/words-ru
Symbolic link
1
srcpkgs/words-ru
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
aspell-ru
|
Loading…
Add table
Add a link
Reference in a new issue