1 # Maintainer: Ionut Biru <ibiru@archlinux.org>
6 pkgdesc="Romanian hyphenation rules"
8 url="http://sourceforge.net/projects/rospell/"
10 optdepends=('hyphen: offers hyphenation library functions')
11 source=(http://downloads.sourceforge.net/rospell/hyph_ro_RO.${pkgver}.zip)
12 md5sums=('1f623974fda904ad828daaf01adf9ffa')
17 install -dm755 ${pkgdir}/usr/share/hyphen
19 install -m644 hyph_ro_RO.dic "${pkgdir}/usr/share/hyphen/hyph_ro_RO.dic"
22 install -dm755 ${pkgdir}/usr/share/myspell/dicts
23 pushd $pkgdir/usr/share/myspell/dicts
24 for file in $pkgdir/usr/share/hyphen/*; do
25 ln -sv /usr/share/hyphen/$(basename $file) .