|
@ -1,12 +1,12 @@ |
|
|
# The Pale Moon team recommends building with GCC 4.9. While other versions like 5.x are known to work, they're unsupported. |
|
|
# The Pale Moon team recommends building with GCC 4.9. While other versions like 5.x are known to work, they're unsupported. |
|
|
|
|
|
|
|
|
name=Pale-Moon |
|
|
name=Pale-Moon |
|
|
version=27.8.3 |
|
|
version=27.9.1 |
|
|
version_gcc=4.9.4 |
|
|
version_gcc=4.9.4 |
|
|
version_autoconf=2.13 |
|
|
version_autoconf=2.13 |
|
|
|
|
|
|
|
|
dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ |
|
|
dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ |
|
|
'0a9beb55dcce7f3cce9acc30309fe1fe' |
|
|
'0b019839ffa3abdf85f45c8f8d679759' |
|
|
extrafile 'palemoon.desktop' |
|
|
extrafile 'palemoon.desktop' |
|
|
|
|
|
|
|
|
( name=gcc version="$version_gcc" |
|
|
( name=gcc version="$version_gcc" |
|
@ -25,6 +25,7 @@ _ |
|
|
../configure \ |
|
|
../configure \ |
|
|
--prefix="$PWD/../install" \ |
|
|
--prefix="$PWD/../install" \ |
|
|
--disable-bootstrap \ |
|
|
--disable-bootstrap \ |
|
|
|
|
|
--disable-nls \ |
|
|
--enable-languages=c++ |
|
|
--enable-languages=c++ |
|
|
make |
|
|
make |
|
|
make install |
|
|
make install |
|
|