void-packages/srcpkgs/aspell-de/template

27 lines
722 B
Text
Raw Normal View History

2014-07-01 12:59:51 +00:00
# Template file for 'aspell-de'
pkgname=aspell-de
version=20030222
2015-01-16 17:26:42 +00:00
revision=3
2014-07-01 12:59:51 +00:00
noarch=yes
wrksrc="aspell6-de-${version}-1"
build_style=configure
2015-01-16 17:26:42 +00:00
hostmakedepends="aspell-devel"
2014-07-01 12:59:51 +00:00
short_desc="German dictionary for aspell"
homepage="http://aspell.net/"
license="GPL-2"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
distfiles="${GNU_SITE}/aspell/dict/de/aspell6-de-${version}-1.tar.bz2"
checksum=ba6c94e11bc2e0e6e43ce0f7822c5bba5ca5ac77129ef90c190b33632416e906
2015-01-16 17:21:16 +00:00
words-de_package() {
short_desc="German dictionary word list"
noarch=yes
pkg_install() {
vmkdir usr/share/dict
precat *.cwl |
iconv --from-code=ISO-8859-1 --to-code=UTF-8 |
cut -d/ -f1 |
sort -u >${PKGDESTDIR}/usr/share/dict/ngerman
}
}