2006-11-13 08:15:20 -04:00
|
|
|
# Description: OpenOffice spanish dictionary and hyphenation for Venezuela
|
|
|
|
# URL: http://lingucomponent.openoffice.org/
|
2006-11-06 11:17:47 -04:00
|
|
|
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
2006-11-13 08:15:20 -04:00
|
|
|
# Depends on: openoffice
|
2006-11-06 11:17:47 -04:00
|
|
|
|
|
|
|
name=openoffice-dict-es-ve
|
2006-11-13 08:15:20 -04:00
|
|
|
version=0.2
|
2006-11-06 11:17:47 -04:00
|
|
|
release=1
|
2006-11-13 08:15:20 -04:00
|
|
|
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)
|
2006-11-06 11:17:47 -04:00
|
|
|
|
|
|
|
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
|
2006-11-13 08:15:20 -04:00
|
|
|
install -D -o root -g root -m 644 hyph_es_ES.dic $PKG/usr/lib/openoffice/share/dict/ooo/hyph_es_ES.dic
|
2006-11-06 11:17:47 -04:00
|
|
|
}
|