updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / hyphen-pl / PKGBUILD
blob66dddce84c9aee3cc41ec677f3f9303053981992
1 # Contributor: Maciej Sitarz <macieks@freesco.pl>
3 pkgname=hyphen-pl
4 pkgver=20060726
5 pkgrel=1
6 pkgdesc="Polish hyphenation rules"
7 arch=('any')
8 url="http://wiki.services.openoffice.org/wiki/Dictionaries"
9 license=('LGPL')
10 optdepends=('hyphen: offers hyphenation library functions')
11 source=(http://pl.openoffice.org/pliki/hyph_pl_PL.zip)
12 md5sums=('e015c046f60437d39223b1253b78a4e2')
14 build() {
15         cd "$srcdir"
16         bsdtar -xf hyph_pl_PL.zip
19 package() {
20         cd "$srcdir"
22         install -dm755 ${pkgdir}/usr/share/hyphen
23         install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
25         # the symlinks
26         install -dm755 ${pkgdir}/usr/share/myspell/dicts
27         pushd $pkgdir/usr/share/myspell/dicts
28         for file in $pkgdir/usr/share/hyphen/*; do
29                 ln -sv /usr/share/hyphen/$(basename $file) .
30         done
31         popd
33         # docs
34         install -dm755 ${pkgdir}/usr/share/doc/$pkgname
35         install -m644 README_hyph_pl_PL.txt $pkgdir/usr/share/doc/$pkgname