updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mythes-pt_pt / PKGBUILD
blobbf252302280a046e32b4e91987488aea5b69ce17
1 # Maintainer: Mauro Santos <registo.mailling@gmail.com>
3 pkgname=mythes-pt_pt
4 pkgver=20060817
5 pkgrel=1
6 pkgdesc="Portuguese (European) thesaurus"
7 arch=(any)
8 url="http://openthesaurus.caixamagica.pt/"
9 license=('GPL')
10 optdepends=('libmythes: offers thesaurus library functions')
11 source=(http://openthesaurus.caixamagica.pt/download/thes_pt_PT_v2.zip)
12 md5sums=('2fa9a6845405ebb574c2f82a5cddbcbf')
14 build() {
15   /bin/true
18 package() {
19   cd ${srcdir}
20   install -dm755 ${pkgdir}/usr/share/mythes
21   cp -p th_pt_PT_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   # the doc
32   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
33   cp -p README_th_pt_PT_v2.txt $pkgdir/usr/share/doc/$pkgname