diff options
author | tnut <tnut at nutyx dot com> | 2011-07-17 11:31:59 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-17 11:31:59 +0200 |
commit | 7b73764bda91c4de9fd01b67e7ac1f78b44f223c (patch) | |
tree | 775c1afcca6e3fc636c0f56d4df5d7f17a29b2fa /extra/firefox/Pkgfile | |
parent | cd3f76009f7eb6fba21f5df345c8e1899b0ae003 (diff) | |
download | nutyx-extra-7b73764bda91c4de9fd01b67e7ac1f78b44f223c.tar.gz nutyx-extra-7b73764bda91c4de9fd01b67e7ac1f78b44f223c.tar.bz2 nutyx-extra-7b73764bda91c4de9fd01b67e7ac1f78b44f223c.tar.xz nutyx-extra-7b73764bda91c4de9fd01b67e7ac1f78b44f223c.zip |
firefox, maj 5.0.1-1
Diffstat (limited to 'extra/firefox/Pkgfile')
-rw-r--r-- | extra/firefox/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile index caadf94e0..f8878d923 100644 --- a/extra/firefox/Pkgfile +++ b/extra/firefox/Pkgfile @@ -6,20 +6,20 @@ # Run on: desktop-file-utils,alsa-lib,mesa3d,gtk,libidl,pango,curl,nss,libnotify,dbus-glib name=firefox -version=5.0 +version=5.0.1 -release=2 +release=1 [ "`uname -m`" == "i686" ] && _ARCH=i686 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\ - firefox.desktop fr.xpi) + firefox.desktop) build() { unset CXXFLAGS unset CFLAGS - + wget http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$version/linux-i686/xpi/fr.xpi case `uname -m` in x86_64) export CXXFLAGS="-O2 -fPIC -pipe -fpermissive" |