firefox: update to 34.0.
This commit is contained in:
parent
4c24e53aad
commit
381db2a36e
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=33.0.3
|
||||
version=34.0
|
||||
revision=1
|
||||
wrksrc=mozilla-release
|
||||
wrksrc="mozilla-release"
|
||||
short_desc="Lightweight gecko-based web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||
checksum=a136fa41e22b8269e947309366d2935a15fddbc03c0a7214a989ad7d673545f0
|
||||
checksum=0532da907ef2813109bc5eca44daed0a6a45ebca4770b435295ffaf22b3308e4
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -33,7 +33,6 @@ pre_configure() {
|
|||
echo -n "$_google_api_key" > google-api-key
|
||||
[ ! -d xbps-build ] && mkdir -p xbps-build
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
||||
|
@ -67,12 +66,10 @@ do_configure() {
|
|||
--enable-optimize="$CFLAGS" --disable-strip --disable-install-strip \
|
||||
--disable-static
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cd xbps-build
|
||||
SHELL=/bin/bash make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd xbps-build
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue