updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / mythes-pl / PKGBUILD
blob744df11c6adc7ae3cf9d16b0d97048b7dbde4324
1 # Contributor: Maciej Sitarz <macieks@freesco.pl>
3 pkgname=mythes-pl
4 pkgver=1.5
5 pkgrel=1
6 pkgdesc="Polish thesaurus"
7 arch=(any)
8 url="http://synonimy.ux.pl/"
9 license=('LGPL')
10 optdepends=('libmythes: offers thesaurus library functions')
11 source=(http://downloads.sourceforge.net/synonimy/OOo2-Thesaurus-${pkgver}.zip)
12 md5sums=('c5ff330768241baf2d61f15fbb9be1b9')
14 build() {
15         /bin/true
18 package() {
19   cd "$srcdir"
20   install -dm755 ${pkgdir}/usr/share/mythes
21   install -m644 th_pl_PL_v2.* $pkgdir/usr/share/mythes
23   # the symlinks
24   install -dm755 ${pkgdir}/usr/share/myspell/dicts
25   pushd $pkgdir/usr/share/myspell/dicts
26     for file in $pkgdir/usr/share/mythes/*; do
27       ln -sv /usr/share/mythes/$(basename $file) .
28     done
29   popd
30   
31   # docs
32   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
33   install -m644 README_th_pl_PL_v2.txt $pkgdir/usr/share/doc/$pkgname