1 # Description: The Mozilla Firefox browser
2 # URL: http://www.mozilla.com/firefox/
3 # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
10 source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
14 export MOZ_CO_PROJECT=browser
15 export BUILD_OFFICIAL=1
16 export MOZILLA_OFFICIAL=1
17 export MOZILLA_FIVE_HOME=/usr/lib/firefox
20 sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
23 #mozilla sucks: BZ #824381
24 mkdir $SRC/mozilla-release/js/src/.deps
29 $PKG$MOZILLA_FIVE_HOME \
31 $PKG/usr/share/idl/firefox \
32 $PKG/usr/include/firefox
34 cp -rL dist/bin/* $PKG$MOZILLA_FIVE_HOME
35 ln -s /usr/lib/firefox/firefox $PKG/usr/bin/firefox
38 cp -frL dist/idl/* $PKG/usr/share/idl/firefox/
39 cp -frL dist/include/* $PKG/usr/include/firefox/
41 install -d $PKG/etc/ld.so.conf.d
42 echo "/usr/lib/$name" > $PKG/etc/ld.so.conf.d/$name.conf