# Note: depends on libsoup
# Note: depends on gtk+
# Note: depends on tz
# Note: depends on geocode-glib
wget -c http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.20/libgweather-3.20.4.tar.xz
tar -xJf libgweather-3.20.4.tar.xz
cd libgweather-3.20.4
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install