cd ${BUILD_DIRECTORY} &&
unpack_file &&
unpack_file '2' &&
unpack_file '3' &&
if [[ "${OOO_BINFILTER}" = 'y' ]]; then
  unpack_file '4'
fi &&

cd ${SOURCE_DIRECTORY} &&
patch -p1 < ${SCRIPT_DIRECTORY}/sal_cppu.gcc45.patch &&
#
# Fix finding location of QT4 binaries to our setup
#
sed -i 's:QT4DIR/bin:QT4DIR:' $SOURCE_DIRECTORY/configure.in &&
autoconf &&

#somehow they forgot that db versions above 4.7 could be written one day ;)
sedit 's#1 7#1 9#' configure

