diff --git a/js.be0 b/js.be0 index e9136b551..a853c09f1 100755 --- a/js.be0 +++ b/js.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION js-38.2.1-0 +# BEE_VERSION js-52.2.1gnome1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,13 +9,13 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://anduin.linuxfromscratch.org/BLFS/mozjs/mozjs-${PKGVERSION}.rc0.tar.bz2" +SRCURL[0]="http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=(/src/mariux/patches/js38-38.2.1-upstream_fixes-2.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -38,6 +38,7 @@ SRCURL[0]="http://anduin.linuxfromscratch.org/BLFS/mozjs/mozjs-${PKGVERSION}.rc0 sourcesubdir_append js/src +BEE_BUILDTYPE=autotools ############################################################################### ## Change the default (auto-detected) steps to @@ -49,17 +50,14 @@ sourcesubdir_append js/src # bee_extract "${@}" #} -mee_patch() { - # Work around sourcesubdir_append and paths in patch - start_cmd cd ../.. ; patch -N -p1 -i /src/mariux/patches/js38-38.2.1-upstream_fixes-2.patch - bee_patch "${@}" -} +#mee_patch() { +# bee_patch "${@}" +#} mee_configure() { bee_configure \ --with-intl-api \ --with-system-zlib \ - --with-system-ffi \ --with-system-nspr \ --with-system-icu \ --enable-threadsafe \