firefox: update to 9.0.1.

This commit is contained in:
Juan RP 2011-12-22 11:23:35 +01:00
parent fbd7157f61
commit 536648dbe4
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# Template build file for 'firefox'.
pkgname=firefox
version=9.0
version=9.0.1
wrksrc=mozilla-release
distfiles="ftp://ftp.mozilla.org/pub/mozilla.org/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
short_desc="Lightweight gecko-based web browser"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.mozilla.org/projects/firefox"
license="MPL-1.1, GPL-2, LGPL-2.1"
checksum=9e876498da6c2eb2a49b57b461d5b969b11810f6af9eaa858d8e4cb514a9bd05
checksum=f852011c28b00b26803b4618b52de79c705204b2f4eadba08092a379f94babae
long_desc="
Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems. It is
@ -52,7 +52,7 @@ do_build() {
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in
cp -f ${FILESDIR}/mozconfig .mozconfig
export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox"
make -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
make ${makejobs} -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
}
do_install() {