# Depends on reinstalled bison
# Depends on curl (with SSL support)
# Depends on perl-html-parser (HTML::Entities perl module)

# Exit on error:
set -e

wget http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.2.tar.gz
tar xf netsurf-all-3.2.tar.gz
cd netsurf-all-3.2
make PREFIX= install
cd ..
rm -rf netsurf-all-3.2
rm netsurf-all-3.2.tar.gz

exit 0
