summaryrefslogtreecommitdiffstats
path: root/acompiler/firefox/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-09-16 15:32:28 +0200
committersibel <lesibel at free dot fr>2010-09-16 15:32:28 +0200
commitd375d6293c43f202548cbdf7a91539a7a06b992b (patch)
tree8b9ef398cf2d4f802339548e5bd39262aba54f89 /acompiler/firefox/Pkgfile
parentadbaaad90235d648b1165217228f06711a7a7f40 (diff)
downloadnutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.gz
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.bz2
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.xz
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.zip
maj de firefox#3.6.10-1
Diffstat (limited to 'acompiler/firefox/Pkgfile')
-rw-r--r--acompiler/firefox/Pkgfile19
1 files changed, 7 insertions, 12 deletions
diff --git a/acompiler/firefox/Pkgfile b/acompiler/firefox/Pkgfile
index 1856cde8c..23ba6b2fa 100644
--- a/acompiler/firefox/Pkgfile
+++ b/acompiler/firefox/Pkgfile
@@ -5,19 +5,13 @@
# Depends on: desktop-file-utils, alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
name=firefox
-version=3.6.9
+version=3.6.10
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\
http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/linux-i686/xpi/fr.xpi\
mozconfig firefox.desktop)
build() {
-# unset MAKEFLAGS
-# unset CFLAGS
-# unset CXXFLAGS
-
-# export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-3.6"
-
export MOZ_CO_PROJECT=browser
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
@@ -25,6 +19,7 @@ build() {
cd mozilla-1.9.2
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
+
./configure
make
@@ -41,11 +36,11 @@ build() {
# devel stuff
cp -frL dist/idl/* $PKG/usr/share/idl/firefox/
cp -frL dist/include/* $PKG/usr/include/firefox/
-install -m755 -d $PKG/usr/share/{applications,pixmaps}
-install -m644 browser/branding/unofficial/default48.png \
- $PKG/usr/share/pixmaps/firefox.png
-install -m644 ../firefox.desktop \
- $PKG/usr/share/applications/
+ install -m755 -d $PKG/usr/share/{applications,pixmaps}
+ install -m644 browser/branding/unofficial/default48.png \
+ $PKG/usr/share/pixmaps/firefox.png
+ install -m644 ../firefox.desktop \
+ $PKG/usr/share/applications/
# Localisation
cd ..