CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
firefox: updated to 18.0.1
[ports/opt-arm.git] / firefox / Pkgfile
index 5eeebb69be6a68ce2a5958162c3d4700fb921510..8a43e8486f348bdda3115154721acd6ac9c8a407 100644 (file)
@@ -2,26 +2,27 @@
 # URL: http://www.mozilla.com/firefox/
 # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: libidl nss gtk perl python alsa-lib yasm mesa3d
+# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
 
 name=firefox
-version=6.0
+version=18.0.1
 release=1
-source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2
+source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
         mozconfig)
-    
+
 build() {
   export MOZ_CO_PROJECT=browser
   export BUILD_OFFICIAL=1
   export MOZILLA_OFFICIAL=1
   export MOZILLA_FIVE_HOME=/usr/lib/firefox
-  # We avoid thumb instructions over CFLAGS
-  export CFLAGS="$(echo $CFLAGS | sed -e 's/\-mthumb//')"
 
   cd mozilla-release
   sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
-  # Disabling elf-hacks in ARM
-  ./configure --disable-elf-hack
+  ./configure --disable-webrtc
+
+  #mozilla sucks: BZ #824381
+  mkdir $SRC/mozilla-release/js/src/.deps
+
   make
 
   install -d \
@@ -39,7 +40,4 @@ build() {
 
   install -d $PKG/etc/ld.so.conf.d
   echo "/usr/lib/$name" > $PKG/etc/ld.so.conf.d/$name.conf
-
-  # cleanup
-  rm $PKG/usr/lib/firefox/README.txt
 }