[Lunar-commits] <moonbase> openoffice-src-pl: updated to 3.0.0
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Dec 31 00:18:28 CET 2008
commit 42de4134a5856dfe64cc22534a0d6a2a09523da4
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Tue Dec 30 23:18:28 2008 +0000
openoffice-src-pl: updated to 3.0.0
---
x11-apps/openoffice-src-pl/BUILD | 13 ++++---------
x11-apps/openoffice-src-pl/DETAILS | 16 +++++++++-------
2 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/x11-apps/openoffice-src-pl/BUILD b/x11-apps/openoffice-src-pl/BUILD
index 24198ef..3992e18 100644
--- a/x11-apps/openoffice-src-pl/BUILD
+++ b/x11-apps/openoffice-src-pl/BUILD
@@ -1,16 +1,11 @@
(
- cd $SOURCE_DIRECTORY &&
- rpmunpack openoffice.org-pl-${VERSION}-9310.i586.rpm &&
- rpmunpack openoffice.org-pl-help-${VERSION}-9310.i586.rpm &&
- rpmunpack openoffice.org-pl-res-${VERSION}-9310.i586.rpm &&
+ for file in `ls *.rpm`; do rpmunpack $file; done &&
rm -f *.rpm &&
gunzip *.gz &&
- cpio -idv < openoffice.org-pl-${VERSION}-9310.cpio &&
- cpio -idv < openoffice.org-pl-help-${VERSION}-9310.cpio &&
- cpio -idv < openoffice.org-pl-res-${VERSION}-9310.cpio &&
- cd $SOURCE_DIRECTORY/opt/openoffice.org2.4 &&
+ for file in `ls *.cpio`; do cpio -idvI $file; done &&
+ rm -f *.cpio &&
prepare_install &&
- cp -a . /opt/lunar/openoffice-src
+ cp -a opt/* /opt/lunar/openoffice-src
) > $C_FIFO 2>&1
diff --git a/x11-apps/openoffice-src-pl/DETAILS b/x11-apps/openoffice-src-pl/DETAILS
index 8f1ef4b..0f73b40 100644
--- a/x11-apps/openoffice-src-pl/DETAILS
+++ b/x11-apps/openoffice-src-pl/DETAILS
@@ -1,13 +1,15 @@
MODULE=openoffice-src-pl
- VERSION=2.4.1
- SOURCE=OOo_${VERSION}_LinuxIntel_langpack_pl.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOH680_m17_native_packed-1_pl.9310/RPMS
- SOURCE_URL[0]=ftp://sunsite.icm.edu.pl/packages/OpenOffice/official/localized/pl/$VERSION/
- SOURCE_URL[1]=http://mirror.icis.pcz.pl/OOO/localized/pl/$VERSION/
- SOURCE_VFY=md5:b61ab05b7be0b3b4d6e838ea62f816d2
+ VERSION=3.0.0
+ RELEASE=9358
+ MILESTONE=m9
+ LANGUAGE=pl
+ SOURCE=OOo_${VERSION}_LinuxIntel_langpack_${LANGUAGE}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS
+ SOURCE_URL=http://mirror.icis.pcz.pl/OOO/extended/localized/$LANGUAGE/$VERSION/
+ SOURCE_VFY=sha1:4c2cea5ddc14a5ab67754ed7224b9fc8c0c64b6e
WEB_SITE=http://www.openoffice.org
ENTERED=20080706
- UPDATED=20080706
+ UPDATED=20081230
SHORT="OpenOffice.org Office - Polish localization"
cat << EOF
OpenOffice.org Office Suite - Polish localization pack for:
More information about the Lunar-commits
mailing list