CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: updated to 3.15.3
[ports/opt-arm.git] / firefox / Pkgfile
index 4e5feee44dcbd372b226fd491f579aa6feea0cac..eddf075739bff0587a306124eb2f2e2c59dee834 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=5.0.1
+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
+
+  #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
 }