aboutsummaryrefslogtreecommitdiff
path: root/app/office
diff options
context:
space:
mode:
authorrudson <rudson@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-04-19 13:01:03 +0000
committerrudson <rudson@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-04-19 13:01:03 +0000
commitd7f3805251dbdb7a19a3f262b3c86a4f0d03d43e (patch)
tree290f5dd1caf5024f712ef68e2bdd965bf7b746a7 /app/office
parentc8d1635083e45dfa425b7a1dfdf972ce3d3b834e (diff)
downloadmkbuilds-d7f3805251dbdb7a19a3f262b3c86a4f0d03d43e.tar.gz
mkbuilds-d7f3805251dbdb7a19a3f262b3c86a4f0d03d43e.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@87 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app/office')
-rw-r--r--app/office/broffice/broffice.mkbuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/office/broffice/broffice.mkbuild b/app/office/broffice/broffice.mkbuild
index 603b2b7..18763cc 100644
--- a/app/office/broffice/broffice.mkbuild
+++ b/app/office/broffice/broffice.mkbuild
@@ -12,7 +12,7 @@
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="ftp://ftp.unicamp.br/pub/broffice/stable/2.3.1/"
+[[DOWNLOAD FOLDER URL]]="http://ftp.unicamp.br/pub/broffice/stable/$VERSION"
# Source base name. if different from package name. Null ("") to default value.
# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
@@ -30,12 +30,12 @@
#
# Source Name construction string
# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION
-[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}rc1_20071113_LinuxIntel_install_pt-BR.tar.$EXTENSION"
+[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}_LinuxIntel_install_pt-BR.tar.$EXTENSION"
#
# Package version. Null ("") to auto-set.
# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]="2.3.1"
+[[VERSION]]="2.4.0"
#
# Package extension. Null ("") to auto-set
@@ -70,7 +70,7 @@
#
# PREFIX. Default /usr
-[[PREFIX]]="/usr/share/broffice.org2.3"
+[[PREFIX]]="/usr/share/broffice.org2.4"
#
# Number of jobs
@@ -170,20 +170,20 @@ rm *.rpm 2>/dev/null
# Convert links to KDE
cd desktop-integration
-echo -e "\ninstall broffice.org-slackware-menus-2.3*.rpm"
-tar xvf broffice.org-slackware-menus-2.3*.tgz -C $PKG || exit $ERROR_TAR
+echo -e "\ninstall broffice.org-slackware-menus-2.4*.rpm"
+tar xvf broffice.org-slackware-menus-2.4*.tgz -C $PKG || exit $ERROR_TAR
rm *.rpm *.deb 2>/dev/null
cd ..
# Change opt directory
mkdir -p $PKG/usr/share
-mv $PKG/opt/broffice.org2.3 $PKG/usr/share/
+mv $PKG/opt/broffice.org2.4 $PKG/usr/share/
mv $PKG/opt/kde/share/* $PKG/usr/share/
rm -rf $PKG/opt
# Change doinstall install directory
-sed 's/\/opt\/broffice.org2.3/\/usr\/share\/broffice.org2.3\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
+sed 's/\/opt\/broffice.org2.4/\/usr\/share\/broffice.org2.4\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
mv $PKG/install/doinst.sh.new $PKG/install/doinst.sh
#<make_package