office/openoffice.org: Changed default install to en_US :)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Gerardo Gómez 2011-11-14 21:35:23 -06:00 committed by Robby Workman
parent d4561f0a30
commit 0ffee3ed6f
2 changed files with 8 additions and 10 deletions

View file

@ -22,14 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Gerardo, email: gerardo.gr90@gmail.com
# Thanks to Robby Workman who wrote the openoffice.org slackbuild for
# the version 3.2.1, which i use as a basis for this slackbuild.
# Modified (and currently maintained by) by Gerardo, email: gerardo.gr90@gmail.com
PRGNAM=openoffice.org
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# These variables seem to change with (almost) every release...
@ -50,7 +48,7 @@ TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp
OOLANG=${OOLANG:-es}
OOLANG=${OOLANG:-en-US}
PKG_LANG=${OOLANG//-/_} # Leave this alone
# Until now all releases were without the JRE...

View file

@ -1,10 +1,10 @@
PRGNAM="openoffice.org"
VERSION="3.3.0"
HOMEPAGE="http://openoffice.org"
DOWNLOAD="http://download.services.openoffice.org/files/localized/es/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_es.tar.gz"
MD5SUM="1b8ea6a2cb1f1cdf8bd79269dffc31fa"
DOWNLOAD_x86_64="http://download.services.openoffice.org/files/localized/es/3.3.0/OOo_3.3.0_Linux_x86-64_install-rpm-wJRE_es.tar.gz"
MD5SUM_x86_64="48d82a358ccb48267e110b88cfbd7fe6"
MAINTAINER="Gerardo Gómez"
DOWNLOAD="http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz"
MD5SUM="ca1594218be28ad3d521952e09e79ca1"
DOWNLOAD_x86_64="http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz"
MD5SUM_x86_64="24ff3fb594dfb1718512cf41cbe18ffc"
MAINTAINER="Gerardo Gómez"
EMAIL="gerardo.gr90@gmail.com"
APPROVED="rworkman"