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-10.1 platform.
Download (HTTP): https://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-0.5.3.tar.xz
Download MD5 sum: dcbd66e80e1635e41b0e434b9852bd39
Download size: 311 KB
Estimated disk space required: 3.6 MB
Estimated build time: less than 0.1 SBU (with tests)
gobject-introspection-1.68.0 and Vala-0.52.0
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 2021-04-05 07:36:04 -0500