diff options
Diffstat (limited to 'openoffice-dict-es-ve/Pkgfile')
-rw-r--r-- | openoffice-dict-es-ve/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/openoffice-dict-es-ve/Pkgfile b/openoffice-dict-es-ve/Pkgfile index b04d1929e..22168cc94 100644 --- a/openoffice-dict-es-ve/Pkgfile +++ b/openoffice-dict-es-ve/Pkgfile @@ -1,15 +1,15 @@ -# Description: OpenOffice spanish dictionary for Venezuela -# URL: http://lingucomponent.openoffice.org/ +# Description: OpenOffice spanish dictionary and hyphenation for Venezuela +# URL: http://lingucomponent.openoffice.org/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: openoffice +# Depends on: openoffice name=openoffice-dict-es-ve -version=0.1 +version=0.2 release=1 -source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/es_VE.zip) +source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/es_VE.zip http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_es_ES.zip) build () { install -D -o root -g root -m 644 es_VE.aff $PKG/usr/lib/openoffice/share/dict/ooo/es_VE.aff install -D -o root -g root -m 644 es_VE.dic $PKG/usr/lib/openoffice/share/dict/ooo/es_VE.dic - + install -D -o root -g root -m 644 hyph_es_ES.dic $PKG/usr/lib/openoffice/share/dict/ooo/hyph_es_ES.dic } |