User: timar   
Date: 06/02/28 13:39:03

Added:
 /hu/src/2.0.2/
  config_office_wrapit-linux.sh

Log:
 updated

File Changes:

Directory: /hu/src/2.0.2/
=========================

File [added]: config_office_wrapit-linux.sh
Url: 
http://hu.openoffice.org/source/browse/hu/src/2.0.2/config_office_wrapit-linux.sh?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 25
---------------
#!/bin/bash

# We will use ccache on GNU/Linux
export CC="/usr/bin/ccache /usr/bin/gcc"
export CXX="/usr/bin/ccache /usr/bin/g++"

# Set OOO_VENDOR in build environment
export OOO_VENDOR="FSF.hu Alapítvány (www.fsf.hu)"

# Package formats
PKGFMTS="rpm deb"

# Ant home
ANTHOME="/usr/local/apache-ant-1.6.2"

# Java home
JAVAHOME="/usr/local/j2sdk1.4.2_10"

# Build number
BUILDNUMBER="OOo 2.0.2 FSF.hu Build 1"

# Configure flags
CONFIGUREFLAGS="--enable-kde --enable-gtk --with-lang=hu --enable-build-mozilla"

./configure --with-jdk-home=${JAVAHOME} --with-ant-home=${ANTHOME} 
--with-package-format="${PKGFMTS}" ${CONFIGUREFLAGS} 
--with-build-version="${BUILDNUMBER}"




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to