The rest package contains a library that was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/rest/0.8/rest-0.8.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/rest/0.8/rest-0.8.0.tar.xz
Download MD5 sum: 07ae736561aab03ee9bdd451445926ba
Download size: 328 KB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Certificate Authority Certificates and libsoup-2.54.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rest
Install rest by running the following commands:
sed -i "/seems to be moved/s/^/#/" ltmain.sh && ./configure --prefix=/usr && make
To test the results, issue: make check. Note that one test fails for unknown reasons.
Now, as the root
user:
make install
sed -i ... ltmain.sh: This sed silences several useless and annoying warnings generated by libtool.
Last updated on 2016-08-27 21:19:37 -0700