Skip to content

Commit

Permalink
Merge pull request #702 from mariux64/update-firefox-from-59.0.1-to-5…
Browse files Browse the repository at this point in the history
…9.0.2

Update Firefox from 59.0.1 to 59.0.2
  • Loading branch information
pmenzel authored Apr 5, 2018
2 parents 5862b61 + 9a1c4ad commit c07edf2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-59.0.1-0
# BEE_VERSION firefox-59.0.2-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
SRCURL[0]="https://hg.mozilla.org/releases/mozilla-release/archive/3db9e3d52b17563efca181ccbb50deb8660c59ae.tar.gz"
SRCURL[0]=`curl -s https://ftp.mozilla.org/pub/firefox/releases/$PKGVERSION/SOURCE |grep tar.gz | cut -d" " -f6`

BEE_BUILDTYPE=autotools
#BEE_BUILDTYPE=autotools
#build_in_sourcedir

mee_configure() {
start_cmd cat > ${S}/mozconfig << EOF
cat > ${S}/mozconfig << EOF
ac_add_options --prefix=/usr
ac_add_options --enable-application=browser
ac_add_options --disable-necko-wifi
Expand All @@ -26,8 +27,7 @@ EOF
}

mee_build() {
cd $S
make
${S}/mach build
}

mee_build_post() {
Expand All @@ -52,7 +52,6 @@ mee_build_post() {
}

mee_install() {
cd $B
start_cmd make install DESTDIR=$D
}

Expand Down

0 comments on commit c07edf2

Please sign in to comment.