office/openoffice.org-langpack: Updated for version 2.4.0

This commit is contained in:
Jan Herrygers 2010-05-11 22:26:11 +02:00 committed by Robby Workman
parent a433a98fb8
commit 4b2e7fa126
3 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@ by default.
This script builds a Slackware package from the official binary (RPM's)
distributed by openoffice.org. It needs OpenOffice.org installed
in /opt/openoffice.org2.2/. The version of OpenOffice.org and the language
in /opt/openoffice.org2.4/. The version of OpenOffice.org and the language
pack must be the same. You can find the latest version of OpenOffice.org and
the language packs on http://openoffice.org, and a SlackBuild script for it
here on SlackBuilds.org.

View File

@ -31,10 +31,11 @@
# openoffice.org language packs. 10 july 2007
PRGNAM=openoffice.org-langpack
VERSION=2.2.1
VERSION=2.4.0
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -65,7 +66,7 @@ cd $PKG
# Move docs to their correct locations
mkdir -p $PKG/usr/doc/$PRGNAM-${VERSION}_${PKG_LANG}
for i in readmes licenses ; do
mv $PKG/opt/openoffice.org2.2/$i \
mv $PKG/opt/openoffice.org2.4/$i \
$PKG/usr/doc/$PRGNAM-${VERSION}_${PKG_LANG}/$i ;
done
cat $CWD/$PRGNAM.SlackBuild > \

View File

@ -1,8 +1,8 @@
PRGNAM="openoffice.org-langpack"
VERSION="2.2.1"
VERSION="2.4.0"
HOMEPAGE="http://openoffice.org"
DOWNLOAD="http://openoffice.osuosl.org/localized/nl/2.2.1/OOo_2.2.1_LinuxIntel_langpack_nl.tar.gz"
MD5SUM="2eeaa3147d6da95c0753be79f5467b20"
DOWNLOAD="http://openoffice.osuosl.org/localized/nl/2.4.0/OOo_2.4.0_LinuxIntel_langpack_nl.tar.gz"
MD5SUM="71c4ae2385ee4d57e1b3884fe60258f9"
MAINTAINER="Jan Herrygers"
EMAIL="janherrygers@hotmail.com"
APPROVED="rworkman"