From 72ceea61a2d4f8164a176eafed61cc881bbd35cb Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 16 Jun 2008 11:11:29 +0000 Subject: firefox_2.0.0.14+3.0rc1.bb : first stab at firefox 3 recipe --- packages/mozilla/firefox_2.0.0.14+3.0rc1.bb | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/mozilla/firefox_2.0.0.14+3.0rc1.bb (limited to 'packages/mozilla/firefox_2.0.0.14+3.0rc1.bb') diff --git a/packages/mozilla/firefox_2.0.0.14+3.0rc1.bb b/packages/mozilla/firefox_2.0.0.14+3.0rc1.bb new file mode 100644 index 0000000000..431a069d5f --- /dev/null +++ b/packages/mozilla/firefox_2.0.0.14+3.0rc1.bb @@ -0,0 +1,37 @@ +DEPENDS += "cairo" +PR = "r3" + +SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0rc1/source/firefox-3.0rc1-source.tar.bz2 \ + file://jsautocfg.h \ + file://security-cross.patch;patch=1 \ + file://jsautocfg-dontoverwrite.patch;patch=1 \ + file://Bug339782.additional.fix.diff;patch=1 \ + file://Bug385583.nspr.jmp_buf.eabi.diff;patch=1 \ + file://Bug405992.atomic.nspr.diff;patch=1 \ + file://random_to_urandom.diff;patch=1 \ +" + +S = "${WORKDIR}/mozilla" + +#DEFAULT_PREFERENCE = "-1" + +inherit mozilla +require firefox.inc + +do_compile_prepend() { + cp ${WORKDIR}/jsautocfg.h ${S}/js/src/ + sed -i "s|CPU_ARCH =|CPU_ARCH = ${TARGET_ARCH}|" security/coreconf/Linux.mk +} + +do_stage() { + install -d ${STAGING_INCDIR}/firefox-${PV} + cd dist/sdk/include + rm -rf obsolete + headers=`find . -name "*.h"` + for f in $headers + do + install -D -m 0644 $f ${STAGING_INCDIR}/firefox-${PV}/ + done + # removes 2 lines that call absent headers + sed -e '178,179d' ${STAGING_INCDIR}/firefox-${PV}/nsIServiceManager.h +} -- cgit v1.2.3