# Recipe for version 1.9.2 by kenneth marken , on lø. 23. jan. 17:44:20 +0100 2010 # Recipe (MakeRecipe) for XULRunner by Jonas Karlsson , on Mon Jan 19 22:44:18 CET 2009 compile_version=1.10.0 url="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.19/source/firefox-3.6.19.source.tar.bz2" file_size=51552632 file_md5=925a4cdbd7618f750d04521ab8ec8357 dir='mozilla-1.9.2' recipe_type=configure configure_options=( --disable-crashreporter --disable-updater --disable-debug --disable-installer --disable-javaxpcom --disable-long-long-warning --disable-mochitest --disable-pedantic --disable-tests --disable-updater --enable-application=xulrunner --enable-libxul --enable-jemalloc --enable-optimize --enable-safe-browsing --enable-strip --enable-svg --enable-system-cairo --enable-system-lcms --enable-webservices --with-system-bz2 --with-system-jpeg # --with-system-nss # --with-system-nspr --with-system-zlib --with-system-sqlite --with-distribution-id=GoboLinux ) with_gnome_vfs="--enable-gnomevfs" with_openldag="--enable-ldap" with_hunspell="--enable-system-hunspell" with_startup_notification="--enable-startup-notification" install_variables=( regdir="$settings_target"/gre.d includedir="$target/include/xulrunner-1.9.2" idldir="$target/include/idl" installdir="$target/lib/xulrunner-1.9.2" sdkdir="$target/lib/xulrunner-sdk-1.9.2" ) pre_link() { # Somehow the files are installed with wrong owner and permissions chown -R 0:0 "${target}" chmod -R a+rX "${target}" }