From d7f3805251dbdb7a19a3f262b3c86a4f0d03d43e Mon Sep 17 00:00:00 2001 From: rudson Date: Sat, 19 Apr 2008 13:01:03 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@87 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- app/office/broffice/broffice.mkbuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/office') 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 #