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.4 platform.
Download (HTTP): http://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-0.5.1.tar.xz
Download MD5 sum: 3c566039f7b338d1f923b707a31e12a3
Download size: 308 KB
Estimated disk space required: 4.0 MB
Estimated build time: less than 0.1 SBU
gobject-introspection-1.58.3 and Vala-0.42.5
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 2019-02-20 23:16:01 -0800