# Note: depends on pkg-config
# Note: depends on glib
# Note: depends on libsoup
wget -c http://ftp.gnome.org/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz
tar -xJf rest-0.8.1.tar.xz
cd rest-0.8.1
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install