firefox: update to 9.0.1.
This commit is contained in:
parent
fbd7157f61
commit
536648dbe4
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=9.0
|
version=9.0.1
|
||||||
wrksrc=mozilla-release
|
wrksrc=mozilla-release
|
||||||
distfiles="ftp://ftp.mozilla.org/pub/mozilla.org/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="ftp://ftp.mozilla.org/pub/mozilla.org/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/projects/firefox"
|
homepage="http://www.mozilla.org/projects/firefox"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
checksum=9e876498da6c2eb2a49b57b461d5b969b11810f6af9eaa858d8e4cb514a9bd05
|
checksum=f852011c28b00b26803b4618b52de79c705204b2f4eadba08092a379f94babae
|
||||||
long_desc="
|
long_desc="
|
||||||
Mozilla Firefox is a free, open-source and cross-platform web browser
|
Mozilla Firefox is a free, open-source and cross-platform web browser
|
||||||
for Windows, Linux, MacOS X and many other operating systems. It is
|
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
|
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in
|
||||||
cp -f ${FILESDIR}/mozconfig .mozconfig
|
cp -f ${FILESDIR}/mozconfig .mozconfig
|
||||||
export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox"
|
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() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue