The uhttpmock package contains a library for mocking web service APIs which use HTTP or HTTPS.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-0.5.0.tar.xz
Download MD5 sum: ebc54cbbe9b6695282a178af223fe374
Download size: 292 KB
Estimated disk space required: 3.8 MB
Estimated build time: less than 0.1 SBU
gobject-introspection-1.50.0 and Vala-0.34.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/uhttpmock
Install uhttpmock by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-02-19 13:23:34 -0800